Skip to content

Commit 697bad4

Browse files
committed
Need quotes around 3.10 python version
Otherwise it's interpreted as 3.1
1 parent 61537ac commit 697bad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/srt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [ 3.10, 3.12, 3.x ]
22+
python-version: [ "3.10", 3.12, 3.x ]
2323
env:
2424
CC: mpicc
2525
FC: mpifort

0 commit comments

Comments
 (0)