diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9d5dce2..820f7e4 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -18,14 +18,6 @@ jobs: with: python-version: "3.12" - - name: Cache pip - uses: https://gitea.com/actions/cache@v4 - with: - path: ~/.cache/pip - key: ${{ runner.os }}-pip-${{ hashFiles('requirements.txt') }} - restore-keys: | - ${{ runner.os }}-pip- - - name: Install dependencies run: pip install -r requirements.txt diff --git a/.gitea/workflows/docker-build.yml b/.gitea/workflows/docker-build.yml index e4208a0..4c2ba73 100644 --- a/.gitea/workflows/docker-build.yml +++ b/.gitea/workflows/docker-build.yml @@ -72,3 +72,4 @@ jobs: tag_name: ${{ needs.build-and-push.outputs.tag }} body_path: release_notes.md target_commitish: ${{ github.sha }} +