From 1f1afbf97cc8919577539fe390479b8ddff4447e Mon Sep 17 00:00:00 2001 From: Keith Gaughan Date: Sat, 24 Aug 2024 15:43:47 +0100 Subject: [PATCH] Remove cache entirely --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cfedf37..b7fd0b8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,6 @@ jobs: id: setup-rye with: version: "0.36.0" - enable-cache: true - name: Run formatting check run: rye fmt --check - name: Run linters