Commit d3f12f6f authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

use local installation

parent 9e43effe
Pipeline #108 passed with stages
in 11 seconds
...@@ -44,5 +44,5 @@ unit-test-job: # This job runs in the test stage. ...@@ -44,5 +44,5 @@ unit-test-job: # This job runs in the test stage.
- which pip - which pip
- python --version - python --version
- pip install -r requirements.txt - pip install -r requirements.txt
- sh install.sh - sh install_local.sh
- pytest - pytest
Supports Markdown
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