diff --git a/.gitea/workflows/test-application.yaml b/.gitea/workflows/test-application.yaml index 2f8a103..50d33e0 100644 --- a/.gitea/workflows/test-application.yaml +++ b/.gitea/workflows/test-application.yaml @@ -31,9 +31,3 @@ jobs: run: | source venv/bin/activate pytest --maxfail=1 --disable-warnings -q - - - name: Deactivate virtual environment - run: deactivate - - - name: Clean up virtual environment - run: rm -rf venv