From 558f7c98ba290e1b5f2d20103b9489321ac00afa Mon Sep 17 00:00:00 2001 From: Andreas Fertig Date: Fri, 31 Oct 2025 09:40:23 +0100 Subject: [PATCH] Fixed deploy --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92191de..90844e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - name: Setup Python environment uses: actions/setup-python@v5 with: - python-version: '3.7' # Server has 3.5 + python-version: '3.8' # Server has 3.5 - name: Install SSH Key uses: shimataro/ssh-key-action@v1.3.0