From 08069d660d7850230465edf9770ba53029546aa2 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Sun, 5 Oct 2025 16:07:57 +0200 Subject: [PATCH] fix: no teardown/cleanup needed --- .gitea/workflows/test-application.yaml | 6 ------ 1 file changed, 6 deletions(-) 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