Skip to content

Commit c06c621

Browse files
committed
Fix matrix issue
1 parent 9c25d16 commit c06c621

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,22 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest]
2524
# Run the code-generation Python version first, as Travis CI did.
2625
include:
27-
- python-version: '3.12'
26+
- os: ubuntu-latest
27+
python-version: '3.12'
2828
tox-version: '312'
29-
- python-version: '3.10'
29+
- os: ubuntu-latest
30+
python-version: '3.10'
3031
tox-version: '310'
31-
- python-version: '3.11'
32+
- os: ubuntu-latest
33+
python-version: '3.11'
3234
tox-version: '311'
33-
- python-version: '3.13'
35+
- os: ubuntu-latest
36+
python-version: '3.13'
3437
tox-version: '313'
35-
- python-version: '3.14'
38+
- os: ubuntu-latest
39+
python-version: '3.14'
3640
tox-version: '314'
3741
steps:
3842
- name: Check out repo

0 commit comments

Comments
 (0)