Skip to content

Commit 9456a7c

Browse files
authored
Update Python version format in CI workflow
1 parent 2bf1fa1 commit 9456a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
name: Unit Testing
1919
strategy:
2020
matrix:
21-
python-version: [3.10, 3.11, 3.12]
21+
python-version: ["3.10", "3.11", "3.12"]
2222
os: [ubuntu-latest, windows-latest, macos-latest]
2323
exclude:
2424
- os: windows-latest
25-
python-version: 3.10
25+
python-version: "3.10"
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:

0 commit comments

Comments
 (0)