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

Co-authored-by: José Morales <jmoralz92@gmail.com>
This commit is contained in:
James Lamb 2024-01-22 16:11:10 -06:00 коммит произвёл GitHub
Родитель 255c93b551
Коммит 2544d1ba64
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 \