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