mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
use uv for Rye
This commit is contained in:
parent
404a15aad2
commit
daaa8c5416
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -36,6 +36,10 @@ jobs:
|
|||
if: steps.changes.outputs.sources == 'true'
|
||||
run: echo "$RYE_HOME/shims" >> $GITHUB_PATH
|
||||
|
||||
- name: use uv
|
||||
if: steps.changes.outputs.sources == 'true'
|
||||
run: rye config --set-bool behavior.use-uv=true
|
||||
|
||||
- name: pin python
|
||||
if: steps.changes.outputs.sources == 'true'
|
||||
run: rye pin 3.10
|
||||
|
|
Loading…
Reference in a new issue