Tring to fix build

This commit is contained in:
Nex 2022-01-18 16:08:14 +01:00
parent a6fd5fe1f3
commit 92f9dcb8a5
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest safety
python -m pip install flake8 pytest safety stix2
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |

View File

@ -1 +0,0 @@
pytest>=6.2.5