diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cf51ad17..e9460dae 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -37,4 +37,4 @@ jobs: poetry install --all-extras - name: Test with pytest - run: make test + run: poetry run make test