mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
Fix syntax error
This commit is contained in:
@@ -11,7 +11,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
before_script:
|
before_script:
|
||||||
- pip3 uninstall -r -y ./tests/requirements_dev.txt
|
- pip3 uninstall -y -r ./tests/requirements_dev.txt
|
||||||
- pip3 install -r ./tests/requirements_dev.txt
|
- pip3 install -r ./tests/requirements_dev.txt
|
||||||
- pylint --version
|
- pylint --version
|
||||||
- black --check hyperglass
|
- black --check hyperglass
|
||||||
|
Reference in New Issue
Block a user