Update CI

This commit is contained in:
Eugenio Lacuesta 2020-12-11 16:01:03 -03:00
parent 1aba857f66
commit 6b3e1c34f9
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ jobs:
- name: Install libraries
if: matrix.env.TOXENV == 'pypy3'
run: apt-get update && apt-get install libxml2-dev libxslt-dev
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
- name: Run check
env: ${{ matrix.env }}