Skip to content

Commit e1a4897

Browse files
committed
Try to correct the python version rule again
1 parent 079f65c commit e1a4897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
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}

0 commit comments

Comments
 (0)