Skip to content

Commit 58e48fc

Browse files
committed
hopefully
1 parent 72b5530 commit 58e48fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pytest.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
build-wheels:
11-
uses: habnabit/passacre/.github/workflows/build-wheels.yml@nearly-1.0
11+
uses: ./.github/workflows/build-wheels.yml
1212

1313
linux:
1414
runs-on: 'ubuntu-latest'
15-
needs: ['build-wheels']
15+
needs: ['build-wheels.linux']
1616
strategy:
1717
matrix:
1818
python-version:
@@ -55,7 +55,7 @@ jobs:
5555

5656
macos:
5757
runs-on: ${{ matrix.runner }}
58-
needs: ['build-wheels']
58+
needs: ['build-wheels.macos']
5959
strategy:
6060
matrix:
6161
runner:
@@ -91,7 +91,7 @@ jobs:
9191

9292
windows:
9393
runs-on: 'windows-latest'
94-
needs: ['build-wheels']
94+
needs: ['build-wheels.windows']
9595
strategy:
9696
matrix:
9797
python-version:

0 commit comments

Comments
 (0)