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 2e02f2e commit 1a16e23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
run: |
python -c "import sys;print(sys.version)"
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
source activate base
which python
python setup.py install
python examples/example_bit.py
Expand Down

0 comments on commit 1a16e23

Please sign in to comment.