From b18bd86d3bc02f08927209a659d3ec752b8d7c89 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Fri, 20 Sep 2024 21:38:13 +0200 Subject: [PATCH] ci: stop trying to use cache for integration tests --- .github/workflows/integration-test.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index dd7f0a98..226a1a08 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -63,11 +63,6 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.10" - cache: pip - cache-dependency-path: | - dev-requirements.txt - setup.py - .github/workflows/unit-tests.yaml - name: Build systemd image, derived from ${{ matrix.distro_image }} run: |