Skip to content

Commit 4df86df

Browse files
authored
sudo snap install libxml2 libxslt
1 parent 5329353 commit 4df86df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip setuptools six wheel
2323
# sudo apt-get install libxml2 libxslt
24-
snap install libxml2 libxslt
24+
sudo snap install libxml2 libxslt
2525
python -m pip install matplotlib>=3.4.2
2626
python -m pip install mypy pytest-cov -r requirements.txt
2727
- run: mypy --install-types --non-interactive .

0 commit comments

Comments
 (0)