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 10983cb commit f24966a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
python -c "import sys;print(sys.version)"
python -c "import sys;print(sys.path)"
python -c "import numpy as np"
python -c "from pywt import dwt2, idwt2"
python -c "import numpy as np;print('numpy ok')"
python -c "from pywt import dwt2, idwt2;print('pywt ok')"
pip install .
python examples/example_bit.py
python examples/example_img.py
Expand Down

0 comments on commit f24966a

Please sign in to comment.