From ec703c40b707bd67f7d845bfd098e072dcb84e7a Mon Sep 17 00:00:00 2001 From: "Lumberbot (aka Jack)" <39504233+meeseeksmachine@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:30:09 +0100 Subject: [PATCH] Backport PR #1425 on branch 0.10.x (use uv for gpu tests) (#1426) Co-authored-by: Severin Dicks <37635888+Intron7@users.noreply.github.com> --- .github/workflows/test-gpu.yml | 2 +- ci/gpu_ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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