Skip to content

Commit

Permalink
python 3.10 need to be written as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
Abelarm committed Oct 3, 2022
1 parent 4fca1c2 commit 7a37a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: ["3.7", "3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -101,10 +101,10 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8]
python-version: ["3.7", "3.8"]
exclude:
- os: windows-latest
python-version: 3.8
python-version: "3.8"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7a37a25

Please sign in to comment.