Skip to content

Commit a189a7d

Browse files
committed
fix python version version test
1 parent 1e68468 commit a189a7d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
matrix:
1212
#os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
1313
os: [windows-2019, ubuntu-18.04, ubuntu-20.04]
14-
python-version: [3.8]
14+
python-version: [3.7, 3.8]
1515
exclude:
16-
# - os: ubuntu-20.04
17-
# python-version: 3.7
18-
# - os: ubuntu-20.04
19-
# python-version: 3.7
20-
# - os: windows-2019
21-
# python-version: 3.7
16+
- os: ubuntu-20.04
17+
python-version: 3.7
18+
- os: ubuntu-18.04
19+
python-version: 3.7
20+
- os: windows-2019
21+
python-version: 3.7
2222
# - os: macos-10.15
2323
# python-version: 3.8
2424
include:

0 commit comments

Comments
 (0)