We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255c93b commit 2544d1bCopy full SHA for 2544d1b
.ci/test.sh
@@ -319,9 +319,9 @@ matplotlib.use\(\"Agg\"\)\
319
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb || exit -1 # run all notebooks
320
321
# importing the library should succeed even if all optional dependencies are not present
322
- conda uninstall --force --yes \
+ conda uninstall -n $CONDA_ENV --force --yes \
323
cffi \
324
- dask \
+ dask-core \
325
distributed \
326
joblib \
327
matplotlib \
0 commit comments