Skip to content

Commit 2bdf33f

Browse files
committed
Fix GHA yaml
1 parent 2a3f762 commit 2bdf33f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
CC: gcc
3838

3939
- BUILD_TYPE: Release
40-
PYTHON_VERSION: '3.7'
40+
PYTHON_VERSION: '3.8'
4141
BUILD_SHARED_LIBS: yes
4242
OS: ubuntu-20.04
4343
CC: gcc
4444

4545
- BUILD_TYPE: Release
46-
PYTHON_VERSION: '3.7'
46+
PYTHON_VERSION: '3.8'
4747
WITH_MPFR: yes
4848
INTEGER_CLASS: gmpxx
4949
WITH_NUMPY: no
@@ -91,7 +91,7 @@ jobs:
9191
CC: clang
9292

9393
- BUILD_TYPE: Release
94-
PYTHON_VERSION: '3.7'
94+
PYTHON_VERSION: '3.8'
9595
WITH_NUMPY: yes
9696
OS: ubuntu-20.04
9797
CC: clang
@@ -108,7 +108,7 @@ jobs:
108108
EXTRA_APT_PACKAGES: 'llvm-14'
109109

110110
- BUILD_TYPE: Debug
111-
PYTHON_VERSION: '3.7'
111+
PYTHON_VERSION: '3.8'
112112
WITH_SCIPY: yes
113113
WITH_LLVM: 5.0
114114
OS: macos-latest
@@ -121,7 +121,7 @@ jobs:
121121
CC: clang
122122

123123
- BUILD_TYPE: Debug
124-
PYTHON_VERSION: '3.7'
124+
PYTHON_VERSION: '3.8'
125125
WITH_NUMPY: no
126126
OS: macos-latest
127127
CC: gcc
@@ -183,6 +183,7 @@ jobs:
183183
WITH_MPC: ${{ matrix.WITH_MPC }}
184184
MAKEFLAGS: ${{ matrix.MAKEFLAGS }}
185185
BUILD_SHARED_LIBS: ${{ matrix.BUILD_SHARED_LIBS }}
186+
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
186187

187188
- name: Deploy Documentation
188189
if: ${{ (github.ref == 'refs/heads/main' && github.repository == 'Symengine/symengine.py') || (github.ref == 'refs/heads/master' && github.repository == 'Symengine/symengine.py')}}

0 commit comments

Comments
 (0)