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: