We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595a5d9 commit 195d3e2Copy full SHA for 195d3e2
.github/workflows/ci.yml
@@ -176,6 +176,10 @@ jobs:
176
run: |
177
# TODO(https://github.com/modin-project/modin/issues/5194): Uncap xgboost
178
# 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
183
mamba install "xgboost>=1.7.1,<2.0.0" scikit-learn -c conda-forge
184
python -m pytest modin/tests/experimental/xgboost/test_default.py --execution=${{ matrix.execution }}
185
- run: python -m pytest -n 2 modin/tests/core/storage_formats/base/test_internals.py --execution=${{ matrix.execution }}
0 commit comments