Skip to content

Commit bc64488

Browse files
committed
emscripten build: run tests from new location
1 parent a79cdc2 commit bc64488

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/emscripten.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)