Skip to content

Commit

Permalink
Quote 3.10 so that YAML does not convert it to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ziotom78 committed Sep 7, 2022
1 parent 91eef7b commit 86cba7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
mpi: ["none", mpich, openmpi]
python: [3.7, 3.10]
python: ["3.7", "3.10"]
exclude:
- os: macos-latest
mpi: mpich
python: 3.7
python: "3.7"
- os: macos-latest
mpi: mpich
python: 3.10
python: "3.10"

steps:
- name: Checkout
Expand Down

0 comments on commit 86cba7e

Please sign in to comment.