Skip to content

Commit

Permalink
MAINT: remove enable-cache argument (defaults to true)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 20, 2024
1 parent 85fdf6d commit 1df4579
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- id: with
if: inputs.specific-pip-packages
name: Determine additional packages to install
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-qrules-v0.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
with:
python-version: "3.12"
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Run pytest with QRules v0.9
run: |
uv run \
Expand Down

0 comments on commit 1df4579

Please sign in to comment.