mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Add uninstall dev requirements
Pylint check failing in CI but not locally
This commit is contained in:
@@ -11,6 +11,7 @@ before_install:
|
||||
install:
|
||||
- pip3 install -r requirements.txt
|
||||
before_script:
|
||||
- pip3 uninstall -r ./tests/requirements_dev.txt
|
||||
- pip3 install -r ./tests/requirements_dev.txt
|
||||
- black --check hyperglass
|
||||
- python3 ./manage.py pylint-check --integer-only True
|
||||
|
Reference in New Issue
Block a user