Skip to content

Commit 64cb2d3

Browse files
committed
Make python versions strings so that python3.10 is recognised correctly
1 parent dafb8bc commit 64cb2d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
include:
2121
- name-suffix: "coverage"
2222
os: ubuntu-latest
23-
python-version: 3.11
23+
python-version: "3.11"
2424
- name-suffix: "basic"
2525
os: ubuntu-latest
26-
python-version: 3.10
26+
python-version: "3.10"
2727
- name-suffix: "basic"
2828
os: ubuntu-latest
29-
python-version: 3.12
29+
python-version: "3.12"
3030
- name-suffix: "basic"
3131
os: windows-latest
32-
python-version: 3.11
32+
python-version: "3.11"
3333

3434
steps:
3535
- name: Checkout repo

0 commit comments

Comments
 (0)