Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e1361

Browse files
committed
use WITH_LATEST_GCC on ubuntu-24.04 job to avoid symengine CI script trying to use gcc-9
1 parent 40a9107 commit 94e1361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101
WITH_SYMPY: yes
102102
WITH_LLVM: 18
103103
WITH_SCIPY: yes
104+
WITH_LATEST_GCC: yes
104105
INTEGER_CLASS: 'boostmp'
105106
PYTEST_ADDOPTS: '-k "not integer_nthroot"'
106107
OS: ubuntu-24.04

0 commit comments

Comments
 (0)