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 stage: test
script: script:
- cd /builds/u5500327/wmgzon - cd /builds/u5500327/wmgzon
- python -m venv .venv # - python -m venv .venv
- source /bin/activate # - source /bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest - pytest