Unverified Commit 2544d1ba authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] fix conda env creation in 'regular' CI job (fixes #6282) (#6283)


Co-authored-by: default avatarJosé Morales <jmoralz92@gmail.com>
parent 255c93b5
......@@ -319,9 +319,9 @@ matplotlib.use\(\"Agg\"\)\
jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb || exit -1 # run all notebooks
# importing the library should succeed even if all optional dependencies are not present
conda uninstall --force --yes \
conda uninstall -n $CONDA_ENV --force --yes \
cffi \
dask \
dask-core \
distributed \
joblib \
matplotlib \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment