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 18f6de1 commit e2fa323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
python -c "import sys;print(sys.path)"
python -c "import numpy as np;print('numpy ok')"
python -c "from pywt import dwt2, idwt2;print('pywt ok')"
pip install .
which python
python setup.py install
python examples/example_bit.py
python examples/example_img.py
python examples/example_no_writing.py
Expand Down

0 comments on commit e2fa323

Please sign in to comment.