Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Aug 24, 2024
1 parent 0eaf80f commit fd60bfd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
run: pip install -e .[test]

- name: Run tests with coverage
run: coverage run setup.py test

- name: Display coverage report
run: coverage report
run: py.test

0 comments on commit fd60bfd

Please sign in to comment.