Skip to content

Commit

Permalink
use uv for gpu tests (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 authored Mar 15, 2024
1 parent 920de97 commit 327dba4
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 327dba4

Please sign in to comment.