Skip to content

Commit

Permalink
Fix python version names in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinpape committed Mar 15, 2023
1 parent 9e6208e commit a785af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.9, 3.10]
python-version: ["3.9", "3.10"]

steps:
- name: Checkout
Expand Down

0 comments on commit a785af9

Please sign in to comment.