File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -39,63 +39,63 @@ jobs:
39
39
set : [base, adjoint]
40
40
include :
41
41
- name : pytest-ubuntu-py37-gcc5-omp
42
- python-version : 3.7
42
+ python-version : ' 3.7'
43
43
os : ubuntu-18.04
44
44
arch : " gcc-5"
45
45
language : " openmp"
46
46
sympy : 1.8
47
47
48
48
- name : pytest-ubuntu-py38-gcc6-omp
49
- python-version : 3.8
49
+ python-version : ' 3.8'
50
50
os : ubuntu-18.04
51
51
arch : " gcc-6"
52
52
language : " openmp"
53
53
sympy : 1.7
54
54
55
55
- name : pytest-ubuntu-py36-gcc7-omp
56
- python-version : 3.6
56
+ python-version : ' 3.6'
57
57
os : ubuntu-18.04
58
58
arch : " gcc-7"
59
59
language : " openmp"
60
60
sympy : 1.8
61
61
62
62
- name : pytest-ubuntu-py37-gcc7-noomp
63
- python-version : 3.7
63
+ python-version : ' 3.7'
64
64
os : ubuntu-18.04
65
65
arch : " gcc-7"
66
66
language : " C"
67
67
sympy : 1.8
68
68
69
69
- name : pytest-ubuntu-py38-gcc8-omp
70
- python-version : 3.8
70
+ python-version : ' 3.8'
71
71
os : ubuntu-18.04
72
72
arch : " gcc-8"
73
73
language : " openmp"
74
74
sympy : 1.9
75
75
76
76
- name : pytest-ubuntu-py39-gcc9-omp
77
- python-version : 3.9
77
+ python-version : ' 3.9'
78
78
os : ubuntu-20.04
79
79
arch : " gcc-9"
80
80
language : " openmp"
81
81
sympy : 1.8
82
82
83
83
- name : pytest-ubuntu-py310-gcc10-omp
84
- python-version : 3.10
84
+ python-version : ' 3.10'
85
85
os : ubuntu-20.04
86
86
arch : " gcc-10"
87
87
language : " openmp"
88
88
sympy : 1.9
89
89
90
90
- name : pytest-osx-py37-clang-omp
91
- python-version : 3.7
91
+ python-version : ' 3.7'
92
92
os : macos-latest
93
93
arch : " osx"
94
94
language : " C"
95
95
sympy : 1.8
96
96
97
97
- name : pytest-docker-py37-gcc-omp
98
- python-version : 3.7
98
+ python-version : ' 3.7'
99
99
os : ubuntu-18.04
100
100
arch : " gcc"
101
101
language : " openmp"
You can’t perform that action at this time.
0 commit comments