Skip to content

Commit

Permalink
Backport PR #1425 on branch 0.10.x (use uv for gpu tests) (#1426)
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Dicks <[email protected]>
  • Loading branch information
meeseeksmachine and Intron7 authored Mar 15, 2024
1 parent a8800ea commit ec703c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
1 change: 1 addition & 0 deletions ci/gpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- uv

0 comments on commit ec703c4

Please sign in to comment.