Skip to content

Commit bef8e2a

Browse files
committed
fixing third bug in ci.yml
1 parent a9ab527 commit bef8e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os.runs-on }}
2020
strategy:
2121
matrix:
22-
python-version: 3.6
22+
python-version: "3.6"
2323
os:
2424
- name: Linux
2525
runs-on: ubuntu-20.04
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ${{ matrix.os.runs-on }}
6363
strategy:
6464
matrix:
65-
python-version: [3.6]
65+
python-version: ["3.7", "3.8"]
6666
os:
6767
- name: Linux
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)