File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
lint :
13
13
runs-on : ubuntu-20.04
14
- strategy :
15
- matrix :
16
- python-version :
17
- - 3.6
18
14
steps :
19
15
20
- - name : Set up Python ${{ matrix.python-version }}
16
+ - name : Set up Python 3.6
21
17
22
18
with :
23
- python-version : ${{ matrix.python-version }}
19
+ python-version : 3.6
24
20
- name : Install tox
25
21
run : pip install tox
26
22
- name : Lint
27
23
run : tox -e lint
28
24
docs :
29
25
needs : lint
30
26
runs-on : ubuntu-20.04
31
- strategy :
32
- matrix :
33
- python-version :
34
- - 3.6
35
27
steps :
36
28
37
- - name : Set up Python ${{ matrix.python-version }}
29
+ - name : Set up Python 3.6
38
30
39
31
with :
40
- python-version : ${{ matrix.python-version }}
32
+ python-version : 3.6
41
33
- name : Install isal
42
34
run : sudo apt-get install libisal-dev
43
35
- name : Install tox
You can’t perform that action at this time.
0 commit comments