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 ad63da5 commit acfc648Copy full SHA for acfc648
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install tox
23
run: pip install tox
24
- name: Install isal
25
- run: apt install libisal-dev
+ run: sudo apt-get install libisal-dev
26
- name: Lint
27
run: tox -e lint
28
docs:
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
- name: Build docs
40
run: tox -e docs
41
test:
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
- name: Run tests
60
run: tox -e py3
61
- name: Upload coverage report
0 commit comments