Skip to content

Commit

Permalink
Merge pull request #1925 from dopplershift/ci-updates
Browse files Browse the repository at this point in the history
Improve nightly build logs
  • Loading branch information
dcamron committed Jun 21, 2021
2 parents 4acc25b + 1ff72a2 commit efadec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-builds.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
set -o pipefail
export TEST_DATA_DIR=$GITHUB_WORKSPACE/staticdata
python -m pytest --mpl -W error::metpy.deprecation.MetpyDeprecationWarning tests/ | tee tests-${{ matrix.python-version }}.log || (
python -m pytest --mpl -W error::metpy.deprecation.MetpyDeprecationWarning tests/ |& tee tests-${{ matrix.python-version }}.log || (
echo '::set-output name=LOG_AVAILABLE::true' && false
)
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
set -o pipefail
export TEST_DATA_DIR=$GITHUB_WORKSPACE/staticdata
pushd docs
make overridecheck html O=-W | tee build-${{ matrix.python-version }}.log || (
make overridecheck html O=-W |& tee build-${{ matrix.python-version }}.log || (
echo '::set-output name=LOG_AVAILABLE::true' && false
)
popd
Expand Down Expand Up @@ -265,4 +265,4 @@ jobs:
params.issue_number = existing[0].number;
console.log(`Updating existing issue: ${params.issue_number}`)
github.issues.update(params)
}
}
11 changes: 0 additions & 11 deletions ci/gen_versions_json.py

This file was deleted.

0 comments on commit efadec9

Please sign in to comment.