Skip to content

Commit

Permalink
Fix python CI (apache#7416)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Aug 25, 2023
1 parent ea9144e commit d8ca0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ jobs:
needs: [ linux-build-lib ]
runs-on: ubuntu-20.04
container:
image: amd64/rust
image: amd64/rust:bullseye # Workaround https://github.com/actions/setup-python/issues/721
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d8ca0c2

Please sign in to comment.