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 7486306 commit 8913611Copy full SHA for 8913611
.github/workflows/build.yml
@@ -20,9 +20,6 @@ jobs:
20
- name: Install dependencies
21
run: |
22
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
26
python -m pip install mypy pytest-cov -r requirements.txt
27
- run: mypy --install-types --non-interactive .
28
- name: Run tests
0 commit comments