Skip to content

Commit 978ea53

Browse files
committed
Add quotes to python version, prevent 3.10 to 3.1 problem
1 parent ff758b3 commit 978ea53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/getting_started.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
include:
1717
- env-prefix: PY310_LINUX
1818
os: ubuntu-latest
19-
python-version: 3.10
19+
python-version: "3.10"
2020

2121
- env-prefix: PY313_LINUX
2222
os: ubuntu-latest
23-
python-version: 3.13
23+
python-version: "3.13"
2424

2525
- env-prefix: PY313_WINDOWS
2626
os: windows-latest
27-
python-version: 3.13
27+
python-version: "3.13"
2828

2929
runs-on: ${{ matrix.os }}
3030
timeout-minutes: 20

0 commit comments

Comments
 (0)