Install requirements in CI job
This commit is contained in:
parent
fb9fe54b9d
commit
7f6d31a36f
@ -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
|
Loading…
Reference in New Issue
Block a user