We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a2048 commit 549c78cCopy full SHA for 549c78c
.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