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 dc97bee commit 85e4e5eCopy full SHA for 85e4e5e
.github/workflows/test.yml
@@ -25,6 +25,7 @@ jobs:
25
python-version: ${{ matrix.python-version }}
26
- name: Install dependencies
27
run: |
28
+ sudo apt install libxml2-dev libxslt-dev
29
python -m pip install --upgrade pip
30
python -m pip install .[test]
31
shell: bash
0 commit comments