diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1841999..82c11dc 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -63,4 +63,4 @@ jobs: - name: Run tests run: | source .venv/bin/activate - pytest tests/ \ No newline at end of file + poetry run pytest \ No newline at end of file