Skip to content

Commit cebf45f

Browse files
authored
CI Avoid joblib 1.5.0 in Pyodide (scikit-learn#31402)
1 parent c66d595 commit cebf45f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
CIBW_PLATFORM: pyodide
7373
SKLEARN_SKIP_OPENMP_TEST: "true"
7474
SKLEARN_SKIP_NETWORK_TESTS: 1
75-
CIBW_TEST_REQUIRES: "pytest pandas"
75+
# Temporary work-around to avoid joblib 1.5.0 until there is a joblib
76+
# release with https://github.com/joblib/joblib/pull/1721
77+
CIBW_TEST_REQUIRES: "pytest pandas joblib!=1.5.0"
7678
# -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
7779
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs sklearn --durations 20 --showlocals"
7880

0 commit comments

Comments
 (0)