mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
parent
7792cffea5
commit
83ff8f7007
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue