Adding pip install for deps

This commit is contained in:
Nex
2022-01-18 16:10:59 +01:00
parent bb1b108fd7
commit 51645bdbc0

View File

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