Changed ci/cd to use acticate script in bin folder

This commit is contained in:
Luke Else 2024-01-15 18:29:03 +00:00
parent bb883d6b55
commit ff5bfbfb1a

View File

@ -3,6 +3,6 @@ pytest:
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