diff --git a/.github/workflows/test-gpu.yml b/.github/workflows/test-gpu.yml index 8b7099f76..4cb31abb5 100644 --- a/.github/workflows/test-gpu.yml +++ b/.github/workflows/test-gpu.yml @@ -60,7 +60,7 @@ jobs: generate-run-shell: false - name: Install AnnData - run: pip install .[dev,test,gpu] + run: uv pip install -e .[dev,test,gpu] - name: Env list run: | diff --git a/ci/gpu_ci.yml b/ci/gpu_ci.yml index 9776ec3d5..974525c07 100644 --- a/ci/gpu_ci.yml +++ b/ci/gpu_ci.yml @@ -10,3 +10,4 @@ dependencies: - pytest - pytest-cov - pytest-xdist + - uv