fix: test.yml

This commit is contained in:
Eduardo Chiarotti
2024-05-16 20:49:58 -03:00
parent d34c2a2672
commit 2186f5c968

View File

@@ -23,10 +23,9 @@ jobs:
- name: Install Requirements
run: |
sudo apt-get update &&
pip install poetry &&
pip install poetry
poetry lock &&
poetry install
- name: Run tests
run: poetry run pytest
run: poetry run pytest tests