Skip to content

Commit

Permalink
CI: add dependency of the test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Apr 13, 2024
1 parent 90994b4 commit 58ca44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
# path: dist/*

test-wheels:
# needs: build-wheels
needs: build-wheels
name: ${{ matrix.host-os }} / Python ${{ matrix.python-version }}
runs-on: ${{ matrix.host-os }}
strategy:
Expand Down

0 comments on commit 58ca44b

Please sign in to comment.