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 43d379e commit 4e1512e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# pip install pytest-cover
- name: Run tests and collect coverage
run: |
python -c "import sys;print(sys.version)"
python -c "import sys;print(sys.path)"
python -m pip install .
python examples/example_bit.py
python examples/example_img.py
Expand Down

0 comments on commit 4e1512e

Please sign in to comment.