Skip to content

Commit 8913611

Browse files
committed
fixup! Revert libxml2 and libxslt installation
1 parent 7486306 commit 8913611

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip setuptools six wheel
23-
# sudo apt-get install libxml2 libxslt
24-
sudo snap install libxml2 libxslt
25-
python -m pip install matplotlib>=3.4.2
2623
python -m pip install mypy pytest-cov -r requirements.txt
2724
- run: mypy --install-types --non-interactive .
2825
- name: Run tests

0 commit comments

Comments
 (0)