From d05248a89e5878684cccc1d7567e45a5bf2ec6fd Mon Sep 17 00:00:00 2001 From: c-d-p Date: Wed, 30 Apr 2025 22:17:17 +0200 Subject: [PATCH] mooooooore cicd fixes --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6b91e2c..ccd6e65 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: with: python-version: '3.12' - # Cache pip dependencies for faster reruns - THIS ISN'T WORKING FOR GITEA + # Cache pip dependencies for faster reruns # - name: Cache pip dependencies # uses: actions/cache@v3 # with: