Skip to content

Commit 7804b29

Browse files
authored
Merge pull request #79 from ilan-gold/patch-1
(fix): correct installation order for `scanpy` and `anndata` dev
2 parents a64517b + 7071add commit 7804b29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Install dev versions
2828
run: |
2929
source .venv/bin/activate
30-
uv pip install -U git+https://github.com/scverse/anndata
3130
uv pip install -U git+https://github.com/scverse/scanpy
31+
uv pip install -U git+https://github.com/scverse/anndata
3232
- name: Test with pytest
3333
run: |
3434
source .venv/bin/activate

0 commit comments

Comments
 (0)