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

try fix install error

parent 6a251d41
...@@ -38,11 +38,11 @@ install: ...@@ -38,11 +38,11 @@ install:
- conda install sqlalchemy - conda install sqlalchemy
- conda install psycopg2 - conda install psycopg2
- conda install -c conda-forge arrow - conda install -c conda-forge arrow
- pip install simpleutils - pip install simpleutils --ignore-installed
- pip install coveralls - pip install coveralls --ignore-installed
- pip install finance-python - pip install finance-python --ignore-installed
- pip install deprecated - pip install deprecated --ignore-installed
- pip install cvxpy - pip install cvxpy --ignore-installed
- export CWD=$PWD - export CWD=$PWD
- cd /usr/src/gtest - cd /usr/src/gtest
- sudo cmake CMakeLists.txt - sudo cmake CMakeLists.txt
......
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