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:
|
script:
|
||||||
- python -m venv env
|
- python -m venv env
|
||||||
- source env/bin/activate
|
- source env/bin/activate
|
||||||
- pip install -r requirements.txt
|
- pip install -r dev-requirements.txt
|
||||||
artifacts:
|
artifacts:
|
||||||
name: 'venv-$CI_JOB_ID'
|
name: 'venv-$CI_JOB_ID'
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue