Skip to content

Commit

Permalink
Updated pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
Domejko committed May 6, 2024
1 parent 8e740b5 commit 3dbc45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: pip list
- name: Run pytest checks
run: |
pytest --cov=torchgeo --cov-report=xml --durations=10
pytest --cov=torchgeo --cov-report=xml --durations=10 -n auto
python3 -m torchgeo --help
- name: Report coverage
uses: codecov/codecov-action@v4.3.0
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: pip list
- name: Run pytest checks
run: |
pytest --cov=torchgeo --cov-report=xml --durations=10
pytest --cov=torchgeo --cov-report=xml --durations=10 -n auto
python3 -m torchgeo --help
- name: Report coverage
uses: codecov/codecov-action@v4.3.0
Expand Down

0 comments on commit 3dbc45f

Please sign in to comment.