From 95e6120def14a1eb618a5cc7b7229c79155eca6b Mon Sep 17 00:00:00 2001 From: Sean Morgan Date: Sat, 14 Oct 2023 10:40:42 -0700 Subject: [PATCH] Remove redundant test --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b22bdf2dc8..6542fd9ed4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: @@ -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'