Skip to content

Commit

Permalink
ci: python version 3.10 needs quotes, see actions/setup-python#160
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebisbas authored and mloubout committed Nov 10, 2021
1 parent c4a133d commit add4e69
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,63 +39,63 @@ jobs:
set: [base, adjoint]
include:
- name: pytest-ubuntu-py37-gcc5-omp
python-version: 3.7
python-version: '3.7'
os: ubuntu-18.04
arch: "gcc-5"
language: "openmp"
sympy: 1.8

- name: pytest-ubuntu-py38-gcc6-omp
python-version: 3.8
python-version: '3.8'
os: ubuntu-18.04
arch: "gcc-6"
language: "openmp"
sympy: 1.7

- name: pytest-ubuntu-py36-gcc7-omp
python-version: 3.6
python-version: '3.6'
os: ubuntu-18.04
arch: "gcc-7"
language: "openmp"
sympy: 1.8

- name: pytest-ubuntu-py37-gcc7-noomp
python-version: 3.7
python-version: '3.7'
os: ubuntu-18.04
arch: "gcc-7"
language: "C"
sympy: 1.8

- name: pytest-ubuntu-py38-gcc8-omp
python-version: 3.8
python-version: '3.8'
os: ubuntu-18.04
arch: "gcc-8"
language: "openmp"
sympy: 1.9

- name: pytest-ubuntu-py39-gcc9-omp
python-version: 3.9
python-version: '3.9'
os: ubuntu-20.04
arch: "gcc-9"
language: "openmp"
sympy: 1.8

- name: pytest-ubuntu-py310-gcc10-omp
python-version: 3.10
python-version: '3.10'
os: ubuntu-20.04
arch: "gcc-10"
language: "openmp"
sympy: 1.9

- name: pytest-osx-py37-clang-omp
python-version: 3.7
python-version: '3.7'
os: macos-latest
arch: "osx"
language: "C"
sympy: 1.8

- name: pytest-docker-py37-gcc-omp
python-version: 3.7
python-version: '3.7'
os: ubuntu-18.04
arch: "gcc"
language: "openmp"
Expand Down

0 comments on commit add4e69

Please sign in to comment.