Skip to content

Commit

Permalink
Change python version to strings
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Sep 25, 2022
1 parent ffb4390 commit 660ce51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
# This action sets the current path to the root of your github repo
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04, windows-latest, macos-12]
python-version: [3.8, 3.9, "3.10"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 660ce51

Please sign in to comment.