We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66d595 commit cebf45fCopy full SHA for cebf45f
.github/workflows/emscripten.yml
@@ -72,7 +72,9 @@ jobs:
72
CIBW_PLATFORM: pyodide
73
SKLEARN_SKIP_OPENMP_TEST: "true"
74
SKLEARN_SKIP_NETWORK_TESTS: 1
75
- CIBW_TEST_REQUIRES: "pytest pandas"
+ # 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"
78
# -s pytest argument is needed to avoid an issue in pytest output capturing with Pyodide
79
CIBW_TEST_COMMAND: "python -m pytest -svra --pyargs sklearn --durations 20 --showlocals"
80
0 commit comments