This is an automated email from the ASF dual-hosted git repository. mneumann pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push: new f332e23b3d chore: fix libpython in CI (#4738) f332e23b3d is described below commit f332e23b3df9bd7502e4c881b24ba9f9fccb90d9 Author: Marco Neumann <ma...@crepererum.net> AuthorDate: Fri Aug 25 10:56:34 2023 +0200 chore: fix libpython in CI (#4738) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4ca71f4645..d3f8e90465 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: - name: Install python dev run: | apt update - apt install -y libpython3.9-dev + apt install -y libpython3.11-dev - name: Setup Rust toolchain uses: ./.github/actions/setup-builder with: