Skip to content

Commit 3831762

Browse files
committed
Switch unstable install to conda instead of mamba
1 parent 44bd367 commit 3831762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
numpy \
5656
pandas \
5757
scipy; \
58-
mamba remove --force-remove -y pykdtree
58+
conda remove --force-remove -y pykdtree
5959
python -m pip install \
6060
--no-deps --upgrade --pre --no-build-isolation \
6161
git+https://github.com/storpipfugl/pykdtree \

0 commit comments

Comments
 (0)