From c0767e4c09006ea505d172eeb4d1179a6f176b86 Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Tue, 9 Jun 2026 10:50:05 +0200 Subject: [PATCH] python --- .gitea/workflows/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 75e74fe..5ee2e76 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,6 +12,5 @@ jobs: uses: actions/checkout@v4 - name: Run tests run: | - source testenv/bin/activate - python3 tests/test.py + source testenv/bin/activate && python3 tests/test.py \ No newline at end of file