From 32b1becdb436fe6803a8c171432caef086eca32d Mon Sep 17 00:00:00 2001 From: "William S. Moses" Date: Sat, 24 Aug 2024 19:53:09 -0400 Subject: [PATCH] Fix openstack --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 031695c7..28fd0023 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,6 +48,7 @@ jobs: HERMETIC_PYTHON_VERSION=${{ matrix.python }} bazel test --test_output=errors ... - name: Build Wheel + run: | sudo rm bazel-bin/*.whl || echo HERMETIC_PYTHON_VERSION=${{ matrix.python }} bazel build :wheel cp bazel-bin/*.whl .