Skip to content

Commit

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

0 comments on commit e782636

Please sign in to comment.