File tree Expand file tree Collapse file tree 1 file changed +9
-22
lines changed Expand file tree Collapse file tree 1 file changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -25,26 +25,12 @@ jobs:
25
25
run : pip install tox
26
26
- name : Lint
27
27
run : tox -e lint
28
- docs :
29
- needs : lint
30
- runs-on : ubuntu-20.04
31
- steps :
32
-
33
- with :
34
- submodules : recursive
35
- - name : Set up Python 3.6
36
-
37
- with :
38
- python-version : 3.6
39
- - name : Install isal
40
- run : sudo apt-get install libisal-dev
41
- - name : Install tox and upgrade setuptools and pip
42
- run : pip install --upgrade tox setuptools pip
43
- - name : Build docs
44
- run : tox -e docs
45
- env :
46
- PYTHON_ISAL_LINK_DYNAMIC : True
47
- mypy :
28
+ docs_mypy :
29
+ strategy :
30
+ matrix :
31
+ tox_env :
32
+ - docs
33
+ - mypy
48
34
needs : lint
49
35
runs-on : ubuntu-20.04
50
36
steps :
@@ -59,10 +45,11 @@ jobs:
59
45
run : sudo apt-get install libisal-dev
60
46
- name : Install tox and upgrade setuptools and pip
61
47
run : pip install --upgrade tox setuptools pip
62
- - name : Mypy checks
63
- run : tox -e mypy
48
+ - name : Run tox -e ${{ matrix.tox_env }}
49
+ run : tox -e ${{ matrix.tox_env }}
64
50
env :
65
51
PYTHON_ISAL_LINK_DYNAMIC : True
52
+
66
53
twine_check :
67
54
needs : lint
68
55
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments