From 327dba42cb3dd6a09413030504ea2437198acb8f Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:18:56 +0100 Subject: [PATCH] use uv for gpu tests (#1425) --- .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