Removed venv from pipeline script
This commit is contained in:
parent
ff5bfbfb1a
commit
b879049021
@ -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
|
Loading…
Reference in New Issue
Block a user