Skip to content

Commit

Permalink
test install
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Aug 19, 2024
1 parent f78e737 commit d9a80e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
python-version: "3.x"
cache: "pip"

- name: Install uv
- name: Install UV
run: pip install uv

- name: Install AnnData
run: uv pip install -e .[dev,test, gpu_cu12]
run: uv pip install -e ".[dev,test, gpu_cu12]"

- name: Env list
run: pip list
Expand Down

0 comments on commit d9a80e2

Please sign in to comment.