Skip to content

Commit c5a2c68

Browse files
authored
Revert "disable pytest-xdist (to check CI failure)" (#6127)
* Revert "disable pytest-xdist (to check CI failure) (#6077)" This reverts commit 5e8de55. * Apply suggestions from code review * Apply suggestions from code review
1 parent f75c3be commit c5a2c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-additional.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python -c "import xarray"
9797
- name: Run tests
9898
run: |
99-
python -m pytest \
99+
python -m pytest -n 4 \
100100
--cov=xarray \
101101
--cov-report=xml \
102102
$PYTEST_EXTRA_FLAGS

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: |
8888
python -c "import xarray"
8989
- name: Run tests
90-
run: python -m pytest
90+
run: python -m pytest -n 4
9191
--cov=xarray
9292
--cov-report=xml
9393
--junitxml=pytest.xml

0 commit comments

Comments
 (0)