Skip to content

Commit

Permalink
Revert skipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Nov 28, 2024
1 parent 4b30209 commit 1825c81
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 @@ -177,7 +177,7 @@ jobs:
- name: Run test suite
run: |
pytest --pyargs rsciio --reruns 3 -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -vvv -k "not test_unsupported_extension"
pytest --pyargs rsciio --reruns 3 -n ${{ steps.cpus.outputs.count }} --cov=. --cov-report=xml -vvv
- name: Upload coverage to Codecov
if: ${{ always() }}
Expand Down

0 comments on commit 1825c81

Please sign in to comment.