- workflows

This commit is contained in:
Wim Pomp
2024-10-16 16:09:40 +02:00
parent 8b4e020bb0
commit 9423a2f0fa

View File

@@ -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: