From f375433db724c9439544bdafe4f2d6305c01acab Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Tue, 9 Jun 2026 10:51:23 +0200 Subject: [PATCH] python --- .gitea/workflows/action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 5ee2e76..e6064fd 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -10,6 +10,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 + - name: + run: | + sh maketestenv.sh - name: Run tests run: | source testenv/bin/activate && python3 tests/test.py