From a1f0f32e76ae574767d4a690b73e837136d3b318 Mon Sep 17 00:00:00 2001 From: Paul Natsuo Kishimoto Date: Fri, 8 Sep 2023 14:42:38 +0200 Subject: [PATCH] TEMPORARY Test delete pre-commit cache --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 877a92899..66c0c5022 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -143,5 +143,5 @@ jobs: - uses: actions/setup-python@v4 # Uncomment this step to force deletion of the pre-commit cache, for # instance if the versions of upstream packages have changed - # - run: gh cache delete $(gh cache list -L 100 | cut -f2 | grep pre-commit) + - run: gh cache delete $(gh cache list -L 100 | cut -f2 | grep pre-commit) - uses: pre-commit/action@v3.0.0