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 9b7e699 commit 7a8fbd9Copy full SHA for 7a8fbd9
.github/workflows/ci.yml
@@ -32,8 +32,6 @@ jobs:
32
uses: actions/setup-python@v2
33
- name: Install tox
34
run: pip install tox
35
- - name: Install isal
36
- run: sudo apt-get install libisal-dev
37
- name: Build docs
38
run: tox -e docs
39
test:
@@ -45,6 +43,9 @@ jobs:
45
43
- 3.7
46
44
- 3.8
47
- 3.9
+ linking_method:
+ - static
48
+ - dynamic
49
needs: lint
50
steps:
51
- uses: actions/[email protected]
@@ -53,6 +54,7 @@ jobs:
53
54
55
56
- name: Install isal
57
+ if: ${{ matrix.linking_method == 'dynamic' }}
58
run: sudo apt-get install libisal-dev
59
- name: Run tests
60
run: tox -e py3
0 commit comments