We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feaccc4 commit 5e8de55Copy full SHA for 5e8de55
.github/workflows/ci-additional.yaml
@@ -96,7 +96,7 @@ jobs:
96
python -c "import xarray"
97
- name: Run tests
98
run: |
99
- python -m pytest -n 4 \
+ python -m pytest \
100
--cov=xarray \
101
--cov-report=xml \
102
$PYTEST_EXTRA_FLAGS
.github/workflows/ci.yaml
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
- run: python -m pytest -n 4
+ run: python -m pytest
91
--cov=xarray
92
--cov-report=xml
93
--junitxml=pytest.xml
0 commit comments