Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roeger committed Dec 17, 2024
1 parent e782636 commit 7690081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run-tox-test:
name: Test wheels
#needs: [build-linux, build-mac]
needs: [build-wheels]
needs: [build_wheels]
runs-on: ${{ matrix.version.os }}
strategy:
matrix:
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
run-tox-test-windows:
name: Test wheels
needs: [build-wheels]
needs: [build_wheels]
#needs: [build-windows]
runs-on: ${{ matrix.version.os }}
strategy:
Expand Down

0 comments on commit 7690081

Please sign in to comment.