We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72b5530 commit 58e48fcCopy full SHA for 58e48fc
.github/workflows/pytest.yml
@@ -8,11 +8,11 @@ on:
8
9
jobs:
10
build-wheels:
11
- uses: habnabit/passacre/.github/workflows/build-wheels.yml@nearly-1.0
+ uses: ./.github/workflows/build-wheels.yml
12
13
linux:
14
runs-on: 'ubuntu-latest'
15
- needs: ['build-wheels']
+ needs: ['build-wheels.linux']
16
strategy:
17
matrix:
18
python-version:
@@ -55,7 +55,7 @@ jobs:
55
56
macos:
57
runs-on: ${{ matrix.runner }}
58
+ needs: ['build-wheels.macos']
59
60
61
runner:
@@ -91,7 +91,7 @@ jobs:
91
92
windows:
93
runs-on: 'windows-latest'
94
+ needs: ['build-wheels.windows']
95
96
97
0 commit comments