Skip to content

Commit

Permalink
add quotes to python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmanLeung committed Apr 11, 2023
1 parent bb6ae0f commit 63e1355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python_version: ['3.11', '3.10', '3.9', '3.8']
python_version: [3.11, '3.10', 3.9, 3.8]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 63e1355

Please sign in to comment.