Skip to content

Commit

Permalink
Revert "disable pytest-xdist (to check CI failure)" (#6127)
Browse files Browse the repository at this point in the history
* Revert "disable pytest-xdist (to check CI failure) (#6077)"

This reverts commit 5e8de55.

* Apply suggestions from code review

* Apply suggestions from code review
  • Loading branch information
mathause authored Jan 3, 2022
1 parent f75c3be commit c5a2c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
python -c "import xarray"
- name: Run tests
run: |
python -m pytest \
python -m pytest -n 4 \
--cov=xarray \
--cov-report=xml \
$PYTEST_EXTRA_FLAGS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |
python -c "import xarray"
- name: Run tests
run: python -m pytest
run: python -m pytest -n 4
--cov=xarray
--cov-report=xml
--junitxml=pytest.xml
Expand Down

0 comments on commit c5a2c68

Please sign in to comment.