From c0d8069097874c19286b67809e327d162ad061b1 Mon Sep 17 00:00:00 2001 From: lagertonne Date: Mon, 11 Nov 2024 21:16:21 +0100 Subject: [PATCH] It seems we still need to specify python version? --- .forgejo/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 44e82f3..42267b6 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -12,6 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: + python-version: '3.x' cache: 'pip' - name: Install needed python modules working-directory: core