From fe6cded3e4cf5067a9e0b374460fa95561a5962f Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Tue, 9 Jun 2026 10:46:38 +0200 Subject: [PATCH] python --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 088e3f6..4c46b42 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -12,5 +12,5 @@ jobs: uses: actions/checkout@v4 - name: Run tests run: | - python tests/test.py + python3 tests/test.py \ No newline at end of file