Skip to content

Commit

Permalink
Stop installing removed python-all-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jan 27, 2025
1 parent e6bb780 commit 35edf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies (apt)
run: |
sudo apt update
sudo apt install libapr1-dev libaprutil1-dev libdb5.3-dev liblz4-dev libsasl2-dev libperl-dev libserf-dev libsqlite3-dev libtool python-all-dev libneon27-gnutls-dev libutf8proc-dev
sudo apt install libapr1-dev libaprutil1-dev libdb5.3-dev liblz4-dev libsasl2-dev libperl-dev libserf-dev libsqlite3-dev libtool libneon27-gnutls-dev libutf8proc-dev
if: "matrix.os == 'ubuntu-latest'"
- name: Install dependencies (brew)
run: |
Expand Down

0 comments on commit 35edf03

Please sign in to comment.