Skip to content

Commit a427605

Browse files
committed
revert temporary changes in ci script
1 parent 4a8b629 commit a427605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/test_symengine_unix.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ export PYTHON_SOURCE_DIR=`pwd`
22
export TEST_CPP="no"
33
export MAKEFLAGS="-j2"
44

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

1111
# Setup travis for C++ library

0 commit comments

Comments
 (0)