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 acfc648 commit cef3ec2Copy full SHA for cef3ec2
.github/workflows/ci.yml
@@ -34,8 +34,6 @@ jobs:
34
uses: actions/setup-python@v2
35
- name: Install tox
36
run: pip install tox
37
- - name: Install isal
38
- run: sudo apt-get install libisal-dev
39
- name: Build docs
40
run: tox -e docs
41
test:
tox.ini
@@ -25,6 +25,8 @@ commands=
25
deps=flake8
26
flake8-import-order
27
mypy
28
+# Linting does not need the installed package.
29
+skip_install=true
30
commands =
31
flake8 src tests setup.py benchmark.py
32
0 commit comments