We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c4e2d commit b351f83Copy full SHA for b351f83
1 file changed
.github/workflows/ci.yml
@@ -349,10 +349,11 @@ jobs:
349
- name: Install uv
350
uses: astral-sh/setup-uv@v6
351
with:
352
+ activate-environment: true
353
enable-cache: true
354
355
- name: Prepare env
- run: uv pip install --python=python3 --system -r tests/requirements.txt
356
+ run: uv pip install -r tests/requirements.txt
357
358
- name: Configure
359
shell: bash
@@ -527,10 +528,11 @@ jobs:
527
528
529
530
531
532
533
534
535
536
537
- name: Update CMake
538
uses: jwlawson/actions-setup-cmake@v2.0
0 commit comments