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

add uninstall command for six

parent 9b634337
No related branches found
No related tags found
3 merge requests!253include current develop,!252Resolve "release v1.3.0",!247Resolve "BUG: update reqirements"
Pipeline #60371 failed
......@@ -96,6 +96,7 @@ tests:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh
......@@ -120,6 +121,7 @@ coverage:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest_coverage.sh
- ./CI/run_pytest_coverage.sh
......@@ -142,6 +144,7 @@ sphinx docs:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script:
- pip uninstall six
- 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