adjust dev_requirements name
This commit is contained in:
parent
35b52fdbe8
commit
026e5f260a
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ before_script:
|
|||
- python --version
|
||||
- pip install setuptools wheel twine
|
||||
- pip install .
|
||||
- pip install -r dev_requirements.txt
|
||||
- pip install -r requirements_dev.txt
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
|
Loading…
Reference in a new issue