Skip to content

Commit 195d3e2

Browse files
Remove unused conda packages before running BaseOnPython xgboost tests.
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
1 parent 595a5d9 commit 195d3e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ jobs:
176176
run: |
177177
# TODO(https://github.com/modin-project/modin/issues/5194): Uncap xgboost
178178
# when we use collective instead of rabit.
179+
# Per the thread https://github.com/conda-forge/miniforge/issues/513,
180+
# remove unused conda packages and caches to avoid `Found incorrect
181+
# download: joblib` error from mamba.
182+
mamba clean --all
179183
mamba install "xgboost>=1.7.1,<2.0.0" scikit-learn -c conda-forge
180184
python -m pytest modin/tests/experimental/xgboost/test_default.py --execution=${{ matrix.execution }}
181185
- run: python -m pytest -n 2 modin/tests/core/storage_formats/base/test_internals.py --execution=${{ matrix.execution }}

0 commit comments

Comments
 (0)