Skip to content

Commit 36879cb

Browse files
committed
fix test matrix
1 parent f62e8ef commit 36879cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
max-parallel: 4
1313
matrix:
1414
python-version:
15-
- 3.9
16-
- 3.10
15+
- "3.9"
16+
- "3.10"
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)