Install system libraries for pinned envs

This commit is contained in:
Eugenio Lacuesta 2020-12-14 14:55:09 -03:00
parent a5088c4e20
commit 7045d2c32e
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 2 deletions

View File

@ -92,8 +92,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install libraries
if: matrix.python-version == 'pypy3'
- name: Install system libraries
if: matrix.python-version == 'pypy3' || contains(matrix.env.TOXENV, 'pinned')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev