Skip to content

Commit

Permalink
fixup: remove --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Oct 2, 2023
1 parent cfeecfb commit cfe8ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
pip install -r requirements-dev.txt
- name: Run Tests
run: |
python setup.py build_ext -i --coverage
python setup.py build_ext -i
python setup.py sdist
pip install .
pytest
Expand Down

0 comments on commit cfe8ac1

Please sign in to comment.