Skip to content

Commit

Permalink
hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Oct 28, 2024
1 parent 72b5530 commit 58e48fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
build-wheels:
uses: habnabit/passacre/.github/workflows/build-wheels.yml@nearly-1.0
uses: ./.github/workflows/build-wheels.yml

linux:
runs-on: 'ubuntu-latest'
needs: ['build-wheels']
needs: ['build-wheels.linux']
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:

macos:
runs-on: ${{ matrix.runner }}
needs: ['build-wheels']
needs: ['build-wheels.macos']
strategy:
matrix:
runner:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:

windows:
runs-on: 'windows-latest'
needs: ['build-wheels']
needs: ['build-wheels.windows']
strategy:
matrix:
python-version:
Expand Down

0 comments on commit 58e48fc

Please sign in to comment.