File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,13 @@ jobs:
35
35
with :
36
36
python-version : 3.6
37
37
- name : Install isal
38
- run : sudo apt-get install nasm
39
- - name : Install tox
40
- run : pip install tox
38
+ run : sudo apt-get install libisal-dev
39
+ - name : Install tox and upgrade setuptools and pip
40
+ run : pip install --upgrade tox setuptools pip
41
41
- name : Build docs
42
42
run : tox -e docs
43
+ env :
44
+ PYTHON_ISAL_LINK_DYNAMIC : True
43
45
test :
44
46
runs-on : ubuntu-20.04
45
47
strategy :
61
63
62
64
with :
63
65
python-version : ${{ matrix.python-version }}
64
- - name : Install tox
65
- run : pip install tox
66
+ - name : Install tox and upgrade setuptools and pip
67
+ run : pip install --upgrade tox setuptools pip
66
68
- name : Install isal
67
69
if : ${{ matrix.linking_method == 'dynamic' }}
68
70
run : sudo apt-get install libisal-dev
You can’t perform that action at this time.
0 commit comments