Skip to content

Commit 5e8de55

Browse files
authored
disable pytest-xdist (to check CI failure) (#6077)
* disable pytest-xdist * disable pytest-xdist for ci-additional
1 parent feaccc4 commit 5e8de55

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 -n 4 \
99+
python -m pytest \
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 -n 4
90+
run: python -m pytest
9191
--cov=xarray
9292
--cov-report=xml
9393
--junitxml=pytest.xml

0 commit comments

Comments
 (0)