mirror of
https://github.com/mvt-project/mvt.git
synced 2026-04-22 11:46:22 +02:00
Adding pip install for deps
This commit is contained in:
@@ -29,6 +29,7 @@ jobs:
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install flake8 pytest safety stix2
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
python -m pip install .
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
||||
Reference in New Issue
Block a user