We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4aff0 commit 90a1e83Copy full SHA for 90a1e83
1 file changed
.github/workflows/ci.yml
@@ -43,6 +43,7 @@ jobs:
43
- name: Install dependencies
44
run: |
45
python -m pip install --upgrade pip
46
+ sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt1-dev python3-dev build-essential
47
pip install -r requirements-ci.txt
48
49
- name: Run tests
0 commit comments