diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index b8e7193..682048f 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -32,4 +32,5 @@ jobs: pip install -r requirements-dev.txt - name: Run tests run: | + pip insall -e . pytest tests \ No newline at end of file