Skip to content

Commit

Permalink
Fix: Remove cache: "true" input
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored and bjoernricks committed Aug 7, 2023
1 parent 1d843e0 commit d54188c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
uses: greenbone/actions/coverage-python@v3
with:
python-version: "3.10"
cache: "true"

build-docs:
name: Build the documentation
Expand All @@ -56,7 +55,6 @@ jobs:
- name: Install poetry and dependencies
uses: greenbone/actions/poetry@v3
with:
cache: "true"
- name: Build docs
run: |
cd docs
Expand Down

0 comments on commit d54188c

Please sign in to comment.