Update nosetests.yml

pull/219/head
Raphaël Vinot 2021-06-16 17:55:13 -07:00 committed by GitHub
parent 0aea7f6607
commit c83786df9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -21,6 +21,11 @@ jobs:
with:
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
run: |
poetry run tools/generate_sri.py
@ -29,13 +34,8 @@ jobs:
exit 1
fi
- name: Install dependencies
run: |
sudo apt install libfuzzy-dev
python -m pip install --upgrade pip poetry
poetry install
- name: Test with nosetests
run: |
poetry install
poetry run mypy .