Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catwell committed Mar 2, 2024
1 parent 7792cff commit 83ff8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 83ff8f7

Please sign in to comment.