Skip to content

Commit 5329353

Browse files
authored
snap install libxml2 libxslt
1 parent 702640c commit 5329353

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
@@ -20,7 +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
23+
# sudo apt-get install libxml2 libxslt
2424
snap install libxml2 libxslt
2525
python -m pip install matplotlib>=3.4.2
2626
python -m pip install mypy pytest-cov -r requirements.txt

0 commit comments

Comments
 (0)