Skip to content

Commit

Permalink
action for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 committed Sep 14, 2023
1 parent e2fa323 commit d19445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -c "import numpy as np;print('numpy ok')"
python -c "from pywt import dwt2, idwt2;print('pywt ok')"
which python
python setup.py install
pip install -e .
python examples/example_bit.py
python examples/example_img.py
python examples/example_no_writing.py
Expand Down

0 comments on commit d19445c

Please sign in to comment.