We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6daad06 commit 603c37dCopy full SHA for 603c37d
.github/workflows/upstream-dev-ci.yaml
@@ -41,7 +41,8 @@ jobs:
41
conda list
42
- name: Run Tests
43
run: |
44
- python -m pytest --verbose -rf > output-${{ matrix.python-version }}-log
+ set -o pipefail
45
+ python -m pytest -rf | tee output-${{ matrix.python-version }}-log
46
47
- name: Upload artifacts
48
if: "failure()&&(github.event_name == 'schedule')&&(github.repository == 'pydata/xarray')" # Check the exit code of previous step
0 commit comments