File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ jobs:
37
37
CC : gcc
38
38
39
39
- BUILD_TYPE : Release
40
- PYTHON_VERSION : ' 3.7 '
40
+ PYTHON_VERSION : ' 3.8 '
41
41
BUILD_SHARED_LIBS : yes
42
42
OS : ubuntu-20.04
43
43
CC : gcc
44
44
45
45
- BUILD_TYPE : Release
46
- PYTHON_VERSION : ' 3.7 '
46
+ PYTHON_VERSION : ' 3.8 '
47
47
WITH_MPFR : yes
48
48
INTEGER_CLASS : gmpxx
49
49
WITH_NUMPY : no
91
91
CC : clang
92
92
93
93
- BUILD_TYPE : Release
94
- PYTHON_VERSION : ' 3.7 '
94
+ PYTHON_VERSION : ' 3.8 '
95
95
WITH_NUMPY : yes
96
96
OS : ubuntu-20.04
97
97
CC : clang
@@ -108,7 +108,7 @@ jobs:
108
108
EXTRA_APT_PACKAGES : ' llvm-14'
109
109
110
110
- BUILD_TYPE : Debug
111
- PYTHON_VERSION : ' 3.7 '
111
+ PYTHON_VERSION : ' 3.8 '
112
112
WITH_SCIPY : yes
113
113
WITH_LLVM : 5.0
114
114
OS : macos-latest
@@ -121,7 +121,7 @@ jobs:
121
121
CC : clang
122
122
123
123
- BUILD_TYPE : Debug
124
- PYTHON_VERSION : ' 3.7 '
124
+ PYTHON_VERSION : ' 3.8 '
125
125
WITH_NUMPY : no
126
126
OS : macos-latest
127
127
CC : gcc
@@ -183,6 +183,7 @@ jobs:
183
183
WITH_MPC : ${{ matrix.WITH_MPC }}
184
184
MAKEFLAGS : ${{ matrix.MAKEFLAGS }}
185
185
BUILD_SHARED_LIBS : ${{ matrix.BUILD_SHARED_LIBS }}
186
+ PYTHON_VERSION : ${{ matrix.PYTHON_VERSION }}
186
187
187
188
- name : Deploy Documentation
188
189
if : ${{ (github.ref == 'refs/heads/main' && github.repository == 'Symengine/symengine.py') || (github.ref == 'refs/heads/master' && github.repository == 'Symengine/symengine.py')}}
You can’t perform that action at this time.
0 commit comments