Commit 168b95a0 authored by Dr.李's avatar Dr.李

try use conda to solve the problem

parent 72398578
......@@ -18,7 +18,7 @@ install:
- gcc -v | echo
- g++ -v | echo
- gfortran -v | echo
- wget https://repo.continuum.io/miniconda/Miniconda3-4.3.21-Linux-x86_64.sh -O miniconda.sh
- wget https://repo.continuum.io/miniconda/Miniconda3-4.3.30-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
......@@ -35,6 +35,7 @@ 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