Skip to content

Commit 955f073

Browse files
committed
ci: python version 3.10 needs quotes, see actions/setup-python#160
1 parent 668a101 commit 955f073

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/pytest-core-nompi.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,63 +39,63 @@ jobs:
3939
set: [base, adjoint]
4040
include:
4141
- name: pytest-ubuntu-py37-gcc5-omp
42-
python-version: 3.7
42+
python-version: '3.7'
4343
os: ubuntu-18.04
4444
arch: "gcc-5"
4545
language: "openmp"
4646
sympy: 1.8
4747

4848
- name: pytest-ubuntu-py38-gcc6-omp
49-
python-version: 3.8
49+
python-version: '3.8'
5050
os: ubuntu-18.04
5151
arch: "gcc-6"
5252
language: "openmp"
5353
sympy: 1.7
5454

5555
- name: pytest-ubuntu-py36-gcc7-omp
56-
python-version: 3.6
56+
python-version: '3.6'
5757
os: ubuntu-18.04
5858
arch: "gcc-7"
5959
language: "openmp"
6060
sympy: 1.8
6161

6262
- name: pytest-ubuntu-py37-gcc7-noomp
63-
python-version: 3.7
63+
python-version: '3.7'
6464
os: ubuntu-18.04
6565
arch: "gcc-7"
6666
language: "C"
6767
sympy: 1.8
6868

6969
- name: pytest-ubuntu-py38-gcc8-omp
70-
python-version: 3.8
70+
python-version: '3.8'
7171
os: ubuntu-18.04
7272
arch: "gcc-8"
7373
language: "openmp"
7474
sympy: 1.9
7575

7676
- name: pytest-ubuntu-py39-gcc9-omp
77-
python-version: 3.9
77+
python-version: '3.9'
7878
os: ubuntu-20.04
7979
arch: "gcc-9"
8080
language: "openmp"
8181
sympy: 1.8
8282

8383
- name: pytest-ubuntu-py310-gcc10-omp
84-
python-version: 3.10
84+
python-version: '3.10'
8585
os: ubuntu-20.04
8686
arch: "gcc-10"
8787
language: "openmp"
8888
sympy: 1.9
8989

9090
- name: pytest-osx-py37-clang-omp
91-
python-version: 3.7
91+
python-version: '3.7'
9292
os: macos-latest
9393
arch: "osx"
9494
language: "C"
9595
sympy: 1.8
9696

9797
- name: pytest-docker-py37-gcc-omp
98-
python-version: 3.7
98+
python-version: '3.7'
9999
os: ubuntu-18.04
100100
arch: "gcc"
101101
language: "openmp"

0 commit comments

Comments
 (0)