Skip to content

Commit

Permalink
action error
Browse files Browse the repository at this point in the history
  • Loading branch information
guofei9987 authored Sep 14, 2023
1 parent 695a3b5 commit a290c06
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ jobs:
run: |
pip install --upgrade pip
pip install -r requirements.txt
# pip install pytest-cover
- name: Install this
run: pip install .
- name: Run tests and collect coverage
run: |
pip install .
python examples/example_bit.py
python examples/example_img.py
python examples/example_no_writing.py
python examples/example_str.py
python examples/example_str_multi.py
# pytest --cov .
# - name: Upload coverage reports to Codecov with GitHub Action
# uses: codecov/codecov-action@v3

0 comments on commit a290c06

Please sign in to comment.