Skip to content

Commit 230f26b

Browse files
authored
sudo apt-get install --yes libxml2 libxslt1-dev libxslt1.1 xsltproc
1 parent fe4c05c commit 230f26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
2121
- run: |
2222
sudo apt-get update -qq
23-
sudo apt-get install --yes libxml2 libxslt
23+
sudo apt-get install --yes libxml2 libxslt1-dev libxslt1.1 xsltproc
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip setuptools six wheel

0 commit comments

Comments
 (0)