Skip to content

Commit

Permalink
[ci] fix conda env creation in 'regular' CI job (fixes #6282) (#6283)
Browse files Browse the repository at this point in the history
Co-authored-by: José Morales <jmoralz92@gmail.com>
  • Loading branch information
jameslamb and jmoralez committed Jan 22, 2024
1 parent 255c93b commit 2544d1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 2544d1b

Please sign in to comment.