Skip to content

Commit 20d51cc

Browse files
authored
use conda for upstream dev uninstall again (#4706)
1 parent 5bd1a42 commit 20d51cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure/install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ steps:
1515
# NumPy again: https://github.com/pydata/xarray/issues/4146
1616
- bash: |
1717
source activate xarray-tests
18-
mamba uninstall -y --force \
18+
conda uninstall -y --force \
1919
numpy \
2020
scipy \
2121
pandas \

0 commit comments

Comments
 (0)