diff --git a/.gitea/workflows/dev-deployment.yaml b/.gitea/workflows/dev-deployment.yaml index 0d6220e..07202fb 100644 --- a/.gitea/workflows/dev-deployment.yaml +++ b/.gitea/workflows/dev-deployment.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.11" - cache: "pip" + cache-dependency-path: "apps/requirements.txt" - name: 📦 Install dependencies and run tests working-directory: ./apps diff --git a/.gitea/workflows/staging-deployment.yaml b/.gitea/workflows/staging-deployment.yaml index fb4d392..eb4feb7 100644 --- a/.gitea/workflows/staging-deployment.yaml +++ b/.gitea/workflows/staging-deployment.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: '3.11' - cache: 'pip' + cache-dependency-path: 'apps/requirements.txt' - name: 📦 Install dependencies and run tests working-directory: ./apps