Skip to content

Commit

Permalink
Install newer python3-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
devonh committed Nov 6, 2024
1 parent 29179e1 commit 9dd009c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
# their build dependencies
- run: |
sudo apt-get -qq update
sudo apt-get -qq install build-essential libffi-dev python-dev \
sudo apt-get -qq install build-essential libffi-dev python3-dev \
libxml2-dev libxslt-dev xmlsec1 zlib1g-dev libjpeg-dev libwebp-dev
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 9dd009c

Please sign in to comment.