Skip to content

Commit

Permalink
tests.yml: install development libraries for lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Mar 2, 2021
1 parent a2d56f5 commit 18149ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install system libraries
if: contains(matrix.python-version, 'pypy')
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxslt-dev
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit 18149ca

Please sign in to comment.