From 82a4396ffde85f99ab87b37e179dc31276cdb8a9 Mon Sep 17 00:00:00 2001 From: "Timur M. Carstensen" Date: Mon, 25 Nov 2024 14:13:25 +0100 Subject: [PATCH] ci(test.yaml): re-ordering steps when installing and testing --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6851d966..3219f2dd 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -29,6 +29,7 @@ jobs: uses: astral-sh/setup-uv@v3 with: enable-cache: true + ignore-nothing-to-cache: true version: latest - name: create venv run: uv venv --python ${{ matrix.python-version }}