Install requirements in CI job
This commit is contained in:
@@ -3,4 +3,5 @@ pytest:
|
|||||||
script:
|
script:
|
||||||
- python -m venv .venv
|
- python -m venv .venv
|
||||||
- source ./.venv/scripts/activate
|
- source ./.venv/scripts/activate
|
||||||
|
- pip install -r requirements.txt
|
||||||
- pytest
|
- pytest
|
Reference in New Issue
Block a user