Skip to content

Commit

Permalink
fix gpu tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 2, 2023
1 parent a9568fd commit aa4e5ea
Showing 1 changed file with 1 addition 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 @@ -62,7 +62,7 @@ jobs:
generate-run-shell: false

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

- name: Mamba list
run: micromamba list
Expand Down

0 comments on commit aa4e5ea

Please sign in to comment.