Install dev dependencies on CI
This commit is contained in:
parent
e271f81d4e
commit
1c40406c6d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ pip:
|
|||
script:
|
||||
- python -m venv env
|
||||
- source env/bin/activate
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r dev-requirements.txt
|
||||
artifacts:
|
||||
name: 'venv-$CI_JOB_ID'
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue