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:
- .cache/pip
before_script:
- pip install venv
- python -m venv venv
- pip install virtualenv
- virtualenv venv
- . venv/bin/activate
script:
......
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