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 3ae370f commit f16a501Copy full SHA for f16a501
build_tools/azure/test_script_pyodide.sh
@@ -6,4 +6,4 @@ set -e
6
# one day we can use a Pyodide venv instead but at the time of writing
7
# (2023-09-27) there is an issue with scipy.linalg in a Pyodide venv, see
8
# https://github.com/pyodide/pyodide/issues/3865 for more details.
9
-node build_tools/azure/pytest-pyodide.js --pyargs sklearn --durations 20 --showlocals
+node build_tools/azure/pytest-pyodide.js -svra --pyargs sklearn --durations 20 --showlocals
0 commit comments