Skip to content
Snippets Groups Projects
Commit b8271097 authored by leufen1's avatar leufen1
Browse files

update gitlab ci yml

parent ff3adea7
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60374 failed
......@@ -96,7 +96,7 @@ tests:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- pip install six==1.15.0
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh
......@@ -121,7 +121,7 @@ coverage:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- pip install six==1.15.0
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest_coverage.sh
- ./CI/run_pytest_coverage.sh
......@@ -144,7 +144,7 @@ sphinx docs:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- pip install six==1.15.0
- pip install -r requirements.txt
- pip install -r docs/requirements_docs.txt
- chmod +x ./CI/create_documentation.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment