Skip to content

Commit

Permalink
fix action error
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 committed Sep 14, 2023
1 parent 885a30e commit 3760ac9
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 @@ -18,9 +18,9 @@ jobs:
run: |
pip install -r requirements.txt
# pip install pytest-cover
- name: Run tests and collect coverage
- name: Run tests
run: |
pip install .
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 3760ac9

Please sign in to comment.