Skip to content

Commit

Permalink
CI: install python2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Feb 14, 2024
1 parent 0eee1f5 commit 1837c1d
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 @@ -58,7 +58,7 @@ jobs:
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
sudo apt-get install libxml2-dev libxslt-dev python2-dev
- name: Run tests
env: ${{ matrix.env }}
Expand Down

0 comments on commit 1837c1d

Please sign in to comment.