Skip to content

Commit fe4c05c

Browse files
authored
sudo apt-get install --yes libxml2 libxslt
1 parent 4e8a1a3 commit fe4c05c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
with:
1919
path: ~/.cache/pip
2020
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21+
- run: |
22+
sudo apt-get update -qq
23+
sudo apt-get install --yes libxml2 libxslt
2124
- name: Install dependencies
2225
run: |
2326
python -m pip install --upgrade pip setuptools six wheel

0 commit comments

Comments
 (0)