Skip to content

Commit

Permalink
Revert "disable pytest-xdist (to check CI failure) (#6077)"
Browse files Browse the repository at this point in the history
This reverts commit 5e8de55.
  • Loading branch information
mathause authored Dec 29, 2021
1 parent f85ec66 commit c2ceca8
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 c2ceca8

Please sign in to comment.