Skip to content

Commit ff65ab4

Browse files
committed
Simplify tests and docs flow
1 parent 0bc38ef commit ff65ab4

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,25 @@ on:
1111
jobs:
1212
lint:
1313
runs-on: ubuntu-20.04
14-
strategy:
15-
matrix:
16-
python-version:
17-
- 3.6
1814
steps:
1915
- uses: actions/[email protected]
20-
- name: Set up Python ${{ matrix.python-version }}
16+
- name: Set up Python 3.6
2117
uses: actions/[email protected]
2218
with:
23-
python-version: ${{ matrix.python-version }}
19+
python-version: 3.6
2420
- name: Install tox
2521
run: pip install tox
2622
- name: Lint
2723
run: tox -e lint
2824
docs:
2925
needs: lint
3026
runs-on: ubuntu-20.04
31-
strategy:
32-
matrix:
33-
python-version:
34-
- 3.6
3527
steps:
3628
- uses: actions/[email protected]
37-
- name: Set up Python ${{ matrix.python-version }}
29+
- name: Set up Python 3.6
3830
uses: actions/[email protected]
3931
with:
40-
python-version: ${{ matrix.python-version }}
32+
python-version: 3.6
4133
- name: Install isal
4234
run: sudo apt-get install libisal-dev
4335
- name: Install tox

0 commit comments

Comments
 (0)