Removed comments from CI worflow

This commit is contained in:
Luke Else 2024-01-30 21:50:56 +00:00
parent f8c6ff0e5d
commit 2e20a22221

View File

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