Changed ci/cd to use acticate script in bin folder
This commit is contained in:
parent
fbcd62de28
commit
bb883d6b55
@ -3,6 +3,6 @@ pytest:
|
|||||||
script:
|
script:
|
||||||
- cd /builds/u5500327/wmgzon
|
- cd /builds/u5500327/wmgzon
|
||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- source ./.venv/Scripts/activate
|
- source bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pytest
|
- pytest
|
Loading…
Reference in New Issue
Block a user