Skip to content

Commit 583be4b

Browse files
authored
sudo apt-get install libxml2 libxslt
1 parent aa45b69 commit 583be4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools six wheel
23+
sudo apt-get install libxml2 libxslt
2324
python -m pip install matplotlib>=3.4.2
2425
python -m pip install mypy pytest-cov -r requirements.txt
2526
- run: mypy --install-types --non-interactive .

0 commit comments

Comments
 (0)