Skip to content

Commit e57d59c

Browse files
committed
1 parent 8a4f3b8 commit e57d59c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
PYTHON_VERSION: '3.12'
1414
TEST_SYMPY: yes
1515
OS: ubuntu-24.04
16-
CC: 'gcc -v' # symengine's bin/install_travis.sh needs refactoring...
17-
CXX: 'g++ -v'
16+
CC: gcc
1817

1918
- BUILD_TYPE: Debug
2019
WITH_BFD: yes

bin/test_symengine_unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export PYTHON_SOURCE_DIR=`pwd`
22
export TEST_CPP="no"
33
export MAKEFLAGS="-j2"
44

5-
git clone https://github.com/symengine/symengine symengine-cpp
5+
git clone -b update-CI https://github.com/bjodah/symengine symengine-cpp
66
cd symengine-cpp
77
export SOURCE_DIR=`pwd`
88
git checkout `cat ../symengine_version.txt`

0 commit comments

Comments
 (0)