Skip to content

Commit ccb3279

Browse files
committed
Install correct python versions
1 parent b37996f commit ccb3279

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Set up Python ${{ matrix.python-version }}
21-
uses: actions/setup-python@v2
21+
uses: actions/[email protected]
22+
with:
23+
python-version: ${{ matrix.python-version }}
2224
- name: Install tox
2325
run: pip install tox
2426
- name: Lint
@@ -29,7 +31,9 @@ jobs:
2931
steps:
3032
- uses: actions/[email protected]
3133
- name: Set up Python ${{ matrix.python-version }}
32-
uses: actions/setup-python@v2
34+
uses: actions/[email protected]
35+
with:
36+
python-version: ${{ matrix.python-version }}
3337
- name: Install tox
3438
run: pip install tox
3539
- name: Build docs
@@ -50,7 +54,9 @@ jobs:
5054
steps:
5155
- uses: actions/[email protected]
5256
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v2
57+
uses: actions/[email protected]
58+
with:
59+
python-version: ${{ matrix.python-version }}
5460
- name: Install tox
5561
run: pip install tox
5662
- name: Install isal

0 commit comments

Comments
 (0)