Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91a13cc

Browse files
committed
Fix the YAML because ... YAML
1 parent 44d5bcc commit 91a13cc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,14 @@ jobs:
1616
matrix:
1717
include:
1818
- os: ubuntu-20.04
19-
python: 3.9
19+
python: "3.9"
2020
experimental: false
2121
- os: ubuntu-20.04
22-
python: 3.10
22+
python: "3.10"
2323
experimental: false
2424
- os: ubuntu-22.04
25-
python: 3.11
25+
python: "3.11"
2626
experimental: false
27-
- os: ubuntu-22.04
28-
python: 3.12
29-
experimental: true
3027

3128
runs-on: ${{ matrix.os }}
3229
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)