Skip to content

Commit c7a478c

Browse files
author
BaptisteMorisse
committed
Fix: add another step to the workflow to force the use of UV instead of pip
1 parent bfc9e49 commit c7a478c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
uses: actions/setup-python@v4
1111
- name: Install the latest version of rye
1212
uses: eifinger/setup-rye@v2
13+
- name: Use UV instead of pip
14+
run: rye config --set-bool behavior.use-uv=true
1315
- name: Install dependencies
1416
run: |
1517
rye sync

0 commit comments

Comments
 (0)