We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a64517b + 7071add commit 7804b29Copy full SHA for 7804b29
1 file changed
.github/workflows/dev.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dev versions
28
run: |
29
source .venv/bin/activate
30
- uv pip install -U git+https://github.com/scverse/anndata
31
uv pip install -U git+https://github.com/scverse/scanpy
+ uv pip install -U git+https://github.com/scverse/anndata
32
- name: Test with pytest
33
34
0 commit comments