run pytest in the poetry environment

This commit is contained in:
Gonçalo Valério 2022-04-01 20:02:32 +01:00
parent 9fea295f24
commit 729da4afed
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install poetry pip install poetry
poetry install --dev poetry install
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest poetry run pytest