Skip to content

Commit c88a0cc

Browse files
committed
Fix install error
1 parent cef3ec2 commit c88a0cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
uses: actions/setup-python@v2
2222
- name: Install tox
2323
run: pip install tox
24-
- name: Install isal
25-
run: sudo apt-get install libisal-dev
2624
- name: Lint
2725
run: tox -e lint
2826
docs:
@@ -34,6 +32,8 @@ jobs:
3432
uses: actions/setup-python@v2
3533
- name: Install tox
3634
run: pip install tox
35+
- name: Install isal
36+
run: sudo apt-get install libisal-dev
3737
- name: Build docs
3838
run: tox -e docs
3939
test:

0 commit comments

Comments
 (0)