Skip to content
Snippets Groups Projects
Verified Commit 34b01c87 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

swap venv for virtualenv

parent b2860afb
No related branches found
No related tags found
1 merge request!37Add CI pipeline
Pipeline #83150 passed
...@@ -24,8 +24,8 @@ run-tox-pipeline: ...@@ -24,8 +24,8 @@ run-tox-pipeline:
- .cache/pip - .cache/pip
before_script: before_script:
- pip install venv - pip install virtualenv
- python -m venv venv - virtualenv venv
- . venv/bin/activate - . venv/bin/activate
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment