Removed venv from pipeline script

This commit is contained in:
Luke Else 2024-01-15 18:30:18 +00:00
parent ff5bfbfb1a
commit b879049021

View File

@ -2,7 +2,7 @@ pytest:
stage: test
script:
- cd /builds/u5500327/wmgzon
- python -m venv .venv
- source /bin/activate
# - python -m venv .venv
# - source /bin/activate
- pip install -r requirements.txt
- pytest