mooooooore cicd fixes
Some checks failed
Build and Deploy Backend / Run Linters and Tests (push) Failing after 2s
Build and Deploy Backend / Build and Deploy (push) Has been skipped

This commit is contained in:
c-d-p
2025-04-30 22:17:17 +02:00
parent ceef7f8a10
commit d05248a89e

View File

@@ -38,7 +38,7 @@ jobs:
with: with:
python-version: '3.12' 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 # - name: Cache pip dependencies
# uses: actions/cache@v3 # uses: actions/cache@v3
# with: # with: