Skip to content

Commit

Permalink
Fix Python version format in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AndPuQing authored and visualDust committed Nov 27, 2023
1 parent 5411306 commit 1b8235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: [3.9, 3.10, 3.11]
python-version: ["3.9","3.10","3.11"]
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down

0 comments on commit 1b8235d

Please sign in to comment.