We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95ecbf commit 15f8193Copy full SHA for 15f8193
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
if [[ "${PRERELEASE}" == "allow" ]]; then
44
uv sync --group=test # --prerelease=${PRERELEASE}
45
- uv pip install git+https://github.com/scverse/anndata.git pandas>=3.dev0
+ uv pip install --prerelease=allow git+https://github.com/scverse/anndata.git pandas>=3
46
else
47
uv sync --group=test
48
fi
0 commit comments