Skip to content

Commit d3f674f

Browse files
committed
fix bash syntax error
1 parent 70bdb54 commit d3f674f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

ci_scripts/install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,8 @@ conda create -n testenv --yes python=$PYTHON_VERSION pip
2828
source activate testenv
2929

3030
if [[ -v SCIPY_VERSION ]]; then
31-
<<<<<<< HEAD
3231
conda install --yes scipy=$SCIPY_VERSION
3332
fi
34-
=======
35-
do
36-
conda install scipy=$SCIPY_VERSION
37-
done
38-
>>>>>>> use older scipy version for older sklearn version
3933

4034
python --version
4135
pip install -e '.[test]'

0 commit comments

Comments
 (0)