diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ee7c4af31c2..2ac9f2feda8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -55,7 +55,6 @@ jobs: - name: Run pytest checks run: | pytest --cov=torchgeo --cov-report=xml --durations=10 - python3 -m torchgeo --help - name: Report coverage uses: codecov/codecov-action@v4.5.0 with: