Skip to content
Snippets Groups Projects
Commit d745f8ee authored by Bartek Wrona's avatar Bartek Wrona
Browse files

pip/setuptools/wheel installation should be performed inside created venv

parent 984888bb
No related branches found
No related tags found
2 merge requests!584Changes to be delivered to master as 1.27 release,!558Merge develop-haf with current develop
...@@ -214,11 +214,11 @@ sync_e2e_benchmark: ...@@ -214,11 +214,11 @@ sync_e2e_benchmark:
RUNNER_HIVEMIND_SYNC_MAX_BLOCK: 5000024 RUNNER_HIVEMIND_SYNC_MAX_BLOCK: 5000024
before_script: before_script:
- scripts/ci/fix_ci_tag.sh - scripts/ci/fix_ci_tag.sh
- pip install --upgrade pip setuptools wheel
- python3 -V - python3 -V
- pip3 -V - pip3 -V
- python3 -m venv venv/ - python3 -m venv venv/
- . venv/bin/activate - . venv/bin/activate
- pip install --upgrade pip setuptools wheel
- pip install --no-cache-dir .[tests] 2>&1 | tee pip_install.log - pip install --no-cache-dir .[tests] 2>&1 | tee pip_install.log
- pip list - pip list
- env - env
......
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