File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -71,13 +71,10 @@ jobs:
7171 # Activate the virtual environment and install the built scikit-image wheel
7272 source .venv-pyodide/bin/activate
7373 pip install dist/*.whl
74- # Change to a different directory to avoid importing the local scikit-image
75- # package instead of the installed one
76- cd doc
7774
7875 # Install pytest and optional dependencies that are available
7976 pip install pytest
8077 pip install "astropy" "cloudpickle" "dask[array]" "matplotlib" "PyWavelets" "scikit-learn"
8178 # Don't use the cache provider plugin, as it doesn't work with Pyodide
8279 # right now: https://github.com/pypa/cibuildwheel/issues/1966
83- $PYTEST -svra -p no:cacheprovider --pyargs skimage
80+ $PYTEST -svra -p no:cacheprovider
You can’t perform that action at this time.
0 commit comments