Commit 1c388500 authored by Dr.李's avatar Dr.李

some trick to avoid conda's bug

parent 44689acb
......@@ -15,7 +15,7 @@ addons:
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
......@@ -33,7 +33,6 @@ install:
- conda install pandas
- conda install scikit-learn
- conda install cython
- conda install libgcc
- conda install -c conda-forge arrow
- pip install simpleutils
- pip install coveralls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment