Skip to content

Commit

Permalink
chore: fix libpython in CI (#4738)
Browse files Browse the repository at this point in the history
  • Loading branch information
crepererum authored Aug 25, 2023
1 parent f2ba18b commit f332e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f332e23

Please sign in to comment.