mirror of https://github.com/CIRCL/lookyloo
Update nosetests.yml
parent
c83786df9c
commit
ca9a6b5595
|
@ -25,6 +25,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt install libfuzzy-dev
|
||||
python -m pip install --upgrade pip poetry
|
||||
poetry install
|
||||
|
||||
- name: Make sure SRIs are up-to-date
|
||||
run: |
|
||||
|
@ -36,6 +37,5 @@ jobs:
|
|||
|
||||
- name: Test with nosetests
|
||||
run: |
|
||||
poetry install
|
||||
poetry run mypy .
|
||||
|
||||
|
|
Loading…
Reference in New Issue