Skip to content

Commit

Permalink
Fix openstack
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 24, 2024
1 parent 6041df9 commit 32b1bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 32b1bec

Please sign in to comment.