fix(ci): fix uv install syntax #10946

Merged
hurui200320 merged 1 commits from fix/ci-master-install-uv into master 2026-05-01 04:43:49 +00:00
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
python -m pip install asv virtualenv uv=${{ env.UV_VERSION }} nox
python -m pip install asv virtualenv uv==${{ env.UV_VERSION }} nox
- name: Restore prior ASV benchmarks
env: