Skip to content

Commit

Permalink
Added quotes to python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkranzlein committed Aug 20, 2023
1 parent 4f88859 commit 9d3a42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
main:
strategy:
matrix:
python: [3.9, 3.10]
python: ['3.9', '3.10']
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9d3a42f

Please sign in to comment.