Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cebf45f

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

File tree

1 file changed

+3
-1
lines changed
Filter options

1 file changed

+3
-1
lines changed

‎.github/workflows/emscripten.yml

Copy file name to clipboardExpand all lines: .github/workflows/emscripten.yml
+3-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.