We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4c05c commit 230f26bCopy full SHA for 230f26b
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21
- run: |
22
sudo apt-get update -qq
23
- sudo apt-get install --yes libxml2 libxslt
+ sudo apt-get install --yes libxml2 libxslt1-dev libxslt1.1 xsltproc
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip setuptools six wheel
0 commit comments