Skip to content

Commit cef3ec2

Browse files
committed
Skip installation for linting step
1 parent acfc648 commit cef3ec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
uses: actions/setup-python@v2
3535
- name: Install tox
3636
run: pip install tox
37-
- name: Install isal
38-
run: sudo apt-get install libisal-dev
3937
- name: Build docs
4038
run: tox -e docs
4139
test:

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ commands=
2525
deps=flake8
2626
flake8-import-order
2727
mypy
28+
# Linting does not need the installed package.
29+
skip_install=true
2830
commands =
2931
flake8 src tests setup.py benchmark.py
3032

0 commit comments

Comments
 (0)