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 d19445c commit a2da546
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,8 +25,9 @@ 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')"
conda env list
which python
pip install -e .
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 a2da546

Please sign in to comment.