File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -349,10 +349,11 @@ jobs:
349
349
- name : Install uv
350
350
uses : astral-sh/setup-uv@v6
351
351
with :
352
+ activate-environment : true
352
353
enable-cache : true
353
354
354
355
- name : Prepare env
355
- run : uv pip install --python=python3 --system - r tests/requirements.txt
356
+ run : uv pip install -r tests/requirements.txt
356
357
357
358
- name : Configure
358
359
shell : bash
@@ -527,10 +528,11 @@ jobs:
527
528
- name : Install uv
528
529
uses : astral-sh/setup-uv@v6
529
530
with :
531
+ activate-environment : true
530
532
enable-cache : true
531
533
532
534
- name : Prepare env
533
- run : uv pip install --python=python3 --system - r tests/requirements.txt
535
+ run : uv pip install -r tests/requirements.txt
534
536
535
537
- name : Update CMake
536
538
You can’t perform that action at this time.
0 commit comments