From c1b35a4011e38c79c79318085dd3fd647c332a67 Mon Sep 17 00:00:00 2001 From: Severin Dicks <37635888+Intron7@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:43:26 +0100 Subject: [PATCH] Update .github/workflows/test-gpu.yml Co-authored-by: Philipp A. --- .github/workflows/test-gpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gpu.yml b/.github/workflows/test-gpu.yml index 450b361b..40d0c931 100644 --- a/.github/workflows/test-gpu.yml +++ b/.github/workflows/test-gpu.yml @@ -50,7 +50,7 @@ jobs: cache-dependency-path: pyproject.toml - name: Install rapids-singlecell - run: uv pip install --system -e .[test,rapids12] --extra-index-url=https://pypi.nvidia.com --index-strategy unsafe-best-match + run: uv pip install --system -e .[test,rapids12] --extra-index-url=https://pypi.nvidia.com --index-strategy=unsafe-best-match - name: Pip list run: pip list