From 9423a2f0fa27d4a440e53abef9006f12b192e199 Mon Sep 17 00:00:00 2001 From: Wim Pomp Date: Wed, 16 Oct 2024 16:09:40 +0200 Subject: [PATCH] - workflows --- .github/workflows/wheels.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 90557d3..9dba990 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -1,15 +1,15 @@ name: Wheels -on: [push, pull_request] +on: [push, pull_request, workflow_call] permissions: contents: read jobs: - # wheels_pytest: - # uses: ./.github/workflows/pytest.yml + wheels_pytest: + uses: ./.github/workflows/pytest.yml linux: - # needs: [ wheels_pytest ] + needs: [ wheels_pytest ] runs-on: ${{ matrix.platform.runner }} strategy: matrix: @@ -45,7 +45,7 @@ jobs: path: dist windows: - # needs: [ wheels_pytest ] + needs: [ wheels_pytest ] runs-on: ${{ matrix.platform.runner }} strategy: matrix: @@ -73,7 +73,7 @@ jobs: path: dist macos: - # needs: [ wheels_pytest ] + needs: [ wheels_pytest ] runs-on: ${{ matrix.platform.runner }} strategy: matrix: