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

try create venv to solve problem

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