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 4e8a1a3 commit fe4c05cCopy full SHA for fe4c05c
.github/workflows/build.yml
@@ -18,6 +18,9 @@ jobs:
18
with:
19
path: ~/.cache/pip
20
key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }}
21
+ - run: |
22
+ sudo apt-get update -qq
23
+ sudo apt-get install --yes libxml2 libxslt
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip setuptools six wheel
0 commit comments