From 83ff8f7007bfa4dc86ac2a563c0ede5ca0df5e66 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Fri, 1 Mar 2024 19:24:46 +0100 Subject: [PATCH] fix CI https://github.com/eifinger/setup-rye/releases/tag/v1.16.1 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a05264..787b96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,9 +32,9 @@ jobs: enable-cache: true cache-prefix: "refiners-rye-cache" - - name: add home shims dir to PATH + - name: add Rye shims dir to PATH if: steps.changes.outputs.sources == 'true' - run: echo "$HOME/.rye/shims" >> $GITHUB_PATH + run: echo "$RYE_HOME/shims" >> $GITHUB_PATH - name: pin python if: steps.changes.outputs.sources == 'true'