adjust dev_requirements name

This commit is contained in:
jerger 2022-08-05 17:48:19 +02:00
parent 35b52fdbe8
commit 026e5f260a
2 changed files with 1 additions and 1 deletions

View file

@ -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