Skip to content

Commit

Permalink
Fix: Remove cache: "true" input (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself committed Aug 1, 2023
1 parent 2b39f0c commit 06cd4d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -83,7 +81,6 @@ jobs:
uses: greenbone/actions/poetry@v3
with:
poetry-version: "1.4.0"
cache: "true"
- name: Build docs
run: |
cd docs
Expand Down

0 comments on commit 06cd4d8

Please sign in to comment.