Skip to content

Commit ea75aee

Browse files
committed
CI: fixing missing python versions
1 parent b1833d8 commit ea75aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
fail-fast: false
11-
python-version: ["3.11", "3.12", "3.13"]
11+
matrix:
12+
python-version: ["3.11", "3.12", "3.13"]
1213
steps:
1314
# Check out repo
1415
- uses: actions/checkout@v4
15-
- name: Setup python
16-
uses: actions/setup-python@v5
16+
- uses: actions/setup-python@v5
1717
with:
1818
python-version: ${{ matrix.python-version }}
1919

0 commit comments

Comments
 (0)