Skip to content

Commit

Permalink
[CI] fix dependency wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa authored Jul 27, 2023
1 parent cb026fc commit d5e8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
release:
if: ${{ github.event.action == 'released' || github.event.action == 'prereleased' }}
needs: [test-linux, build-linux-src, test-windows, test-macos]
needs: [test-linux, build-linux-src, build-windows, test-macos]
runs-on: ubuntu-latest
container: ${{ matrix.container }}:${{ matrix.python-version }}${{ matrix.python-version-suffix }}-bullseye
strategy:
Expand Down

0 comments on commit d5e8723

Please sign in to comment.