mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 08:48:05 +00:00
Add uninstall dev requirements
Pylint check failing in CI but not locally
This commit is contained in:
parent
483c2b298f
commit
93a2ec9a5b
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue