Skip to content

Commit c4e5abe

Browse files
cclaussrvagg
authored andcommitted
test: GitHub Actions enable python-version: 3.5
And upgrade actions/checkout@v1 to v2
1 parent 26cd6ea commit c4e5abe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/Python_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# TODO: Line 15, enable python-version: 3.5
21
# TODO: Line 36, enable pytest --doctest-modules
32

43
name: Python_tests
@@ -11,9 +10,9 @@ jobs:
1110
max-parallel: 15
1211
matrix:
1312
os: [macos-latest, ubuntu-latest, windows-latest]
14-
python-version: [2.7, 3.6, 3.7, 3.8] # 3.5,
13+
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
1514
steps:
16-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v2
1716
- name: Set up Python ${{ matrix.python-version }}
1817
uses: actions/setup-python@v1
1918
with:

0 commit comments

Comments
 (0)