Skip to content

Commit

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

- name: Install UV
run: pip install uv

- name: Install AnnData
run: uv pip install -e ".[dev,test, gpu_cu12]"
- name: Setup UV
uses: hynek/setup-cached-uv@v2
with:
cache-dependency-path: pyproject.toml

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

- name: Env list
run: pip list
Expand Down

0 comments on commit c0efa6a

Please sign in to comment.