Skip to content

Commit

Permalink
Remove redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpmorgan committed Oct 14, 2023
1 parent 22e1267 commit 95e6120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
path: wheelhouse
upload-wheels:
name: Publish wheels to PyPi
needs: [release-wheel, test-with-bazel]
needs: [release-wheel]
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
password: ${{ secrets.pypi_token }}
upload-dev-container:
name: Upload dev container to DockerHub
needs: [release-wheel, test-with-bazel]
needs: [release-wheel]
runs-on: ubuntu-20.04
env:
PY_VERSION: '3.9'
Expand Down

0 comments on commit 95e6120

Please sign in to comment.