Skip to content

Commit 15f8193

Browse files
committed
pandas 3 this time?
1 parent c95ecbf commit 15f8193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
if [[ "${PRERELEASE}" == "allow" ]]; then
4444
uv sync --group=test # --prerelease=${PRERELEASE}
45-
uv pip install git+https://github.com/scverse/anndata.git pandas>=3.dev0
45+
uv pip install --prerelease=allow git+https://github.com/scverse/anndata.git pandas>=3
4646
else
4747
uv sync --group=test
4848
fi

0 commit comments

Comments
 (0)