Skip to content
Snippets Groups Projects
Commit 6a36a4c6 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix Python 2.7 compat with virtualenv

parent f99bd1b3
No related branches found
No related tags found
No related merge requests found
Pipeline #8813 failed
......@@ -19,10 +19,10 @@ stages:
.virtualenv_template: &virtualenv_definition |
python -V
pip install -U pip setuptools wheel
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -U pip setuptools
pip install .
.junit_template: &junit_definition
......
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