Skip to content

Commit a474201

Browse files
committed
Fix python version syntax
1 parent e1a4897 commit a474201

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fail-fast: false # Probably want to turn this off for a large matrix
2424
matrix:
2525
os: [ubuntu-latest] #, macos-latest]
26-
python-version: 3.12
26+
python-version: [3.12]
2727
build: [optimized]
2828
toolchain:
2929
- {compiler: gcc, version: 14}
@@ -35,7 +35,7 @@ jobs:
3535
include:
3636
- os: ubuntu-latest
3737
build: [optimized, debug]
38-
python-version: ["3.8", "3.12"]
38+
python-version: [3.8, 3.12]
3939
exclude:
4040
- os: ubuntu-latest
4141
toolchain: {compiler: gcc, version: 15}

0 commit comments

Comments
 (0)