CI: install python2-dev

This commit is contained in:
Adrián Chaves 2024-02-14 19:51:32 +01:00
parent 0eee1f58c9
commit 1837c1d36a
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}