Skip to content

Commit 2544d1b

Browse files
jameslambjmoralez
andauthored
[ci] fix conda env creation in 'regular' CI job (fixes #6282) (#6283)
Co-authored-by: José Morales <jmoralz92@gmail.com>
1 parent 255c93b commit 2544d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,9 @@ matplotlib.use\(\"Agg\"\)\
319319
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb || exit -1 # run all notebooks
320320

321321
# importing the library should succeed even if all optional dependencies are not present
322-
conda uninstall --force --yes \
322+
conda uninstall -n $CONDA_ENV --force --yes \
323323
cffi \
324-
dask \
324+
dask-core \
325325
distributed \
326326
joblib \
327327
matplotlib \

0 commit comments

Comments
 (0)