Skip to content

Commit

Permalink
change test command to pywt.test()
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Feb 21, 2024
1 parent f2d8a9c commit 2f12a21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
pyodide venv .venv-pyodide
source .venv-pyodide/bin/activate
pip install dist/*.whl
pushd demo
pip install matplotlib pytest
pushd demo
python -c "import pywt; print(pywt.__version__)"
pytest --pyargs pywt
python -c "import pywt; pywt.test()"
#pytest --pyargs pywt

0 comments on commit 2f12a21

Please sign in to comment.