From daaa8c5416e95b4c8e7def065b5f5757094eb793 Mon Sep 17 00:00:00 2001 From: Pierre Chapuis Date: Thu, 28 Mar 2024 14:33:10 +0100 Subject: [PATCH] use uv for Rye --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24436f1..5ba5711 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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