This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push: new d8ca0c215f Fix python CI (#7416) d8ca0c215f is described below commit d8ca0c215fd0c5564f486a5ff3c701bb4ae84fb9 Author: Raphael Taylor-Davies <1781103+tustv...@users.noreply.github.com> AuthorDate: Fri Aug 25 17:11:39 2023 +0100 Fix python CI (#7416) --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f05c36c792..9f940aec9b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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: