From 45470ded01d8ea339aa408ce3a5bb4a37c2ffd83 Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Sun, 30 Jun 2024 19:00:03 +0200 Subject: [PATCH] revert --- .github/workflows/cd-post-release-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-post-release-tests.yml b/.github/workflows/cd-post-release-tests.yml index 403c50ea31a..34547307114 100644 --- a/.github/workflows/cd-post-release-tests.yml +++ b/.github/workflows/cd-post-release-tests.yml @@ -125,11 +125,11 @@ jobs: uv --version python -m uv pip install tox tox-uv==1.9.0 - - name: Get pip cache dir + - name: Get uv cache dir id: pip-cache shell: bash run: | - echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT + echo "dir=$(uv cache dir)" >> $GITHUB_OUTPUT - name: Load github cache uses: actions/cache@v4