Skip to content

Commit 1e68468

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

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ 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.7.6, 3.8.11]
14+
python-version: [3.8]
1515
exclude:
16-
- os: ubuntu-20.04
17-
python-version: 3.7.6
18-
- os: ubuntu-20.04
19-
python-version: 3.8.11
20-
- os: windows-2019
21-
python-version: 3.7.6
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
2222
# - os: macos-10.15
23-
# python-version: 3.7.6
23+
# python-version: 3.8
2424
include:
2525
- os: ubuntu-20.04
26-
python-version: 3.8.11
26+
python-version: 3.8
2727
container: Docker
2828

2929
steps:

0 commit comments

Comments
 (0)