From 2011cfda6ae6281be763b06ea938833125297438 Mon Sep 17 00:00:00 2001 From: Jaspar S Date: Tue, 1 Aug 2023 13:35:19 +0200 Subject: [PATCH] Fix: Remove `cache: "true"` input --- .github/workflows/ci-python.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 6c0f9579..58ed9111 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -39,7 +39,6 @@ jobs: uses: greenbone/actions/poetry@v3 with: python-version: ${{ matrix.python-version }} - cache: "true" - name: Install additional script dependencies run: poetry run pip install -r scripts/requirements.txt - name: Check with black @@ -72,7 +71,6 @@ jobs: uses: greenbone/actions/coverage-python@v3 with: poetry-version: "1.4.0" - cache: "true" build-docs: name: Build the documentation @@ -83,7 +81,6 @@ jobs: uses: greenbone/actions/poetry@v3 with: poetry-version: "1.4.0" - cache: "true" - name: Build docs run: | cd docs