mirror of https://github.com/CIRCL/lookyloo
Update nosetests.yml
parent
0aea7f6607
commit
c83786df9c
|
@ -21,6 +21,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{matrix.python-version}}
|
python-version: ${{matrix.python-version}}
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt install libfuzzy-dev
|
||||||
|
python -m pip install --upgrade pip poetry
|
||||||
|
|
||||||
- name: Make sure SRIs are up-to-date
|
- name: Make sure SRIs are up-to-date
|
||||||
run: |
|
run: |
|
||||||
poetry run tools/generate_sri.py
|
poetry run tools/generate_sri.py
|
||||||
|
@ -29,13 +34,8 @@ jobs:
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt install libfuzzy-dev
|
|
||||||
python -m pip install --upgrade pip poetry
|
|
||||||
poetry install
|
|
||||||
|
|
||||||
- name: Test with nosetests
|
- name: Test with nosetests
|
||||||
run: |
|
run: |
|
||||||
|
poetry install
|
||||||
poetry run mypy .
|
poetry run mypy .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue