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 724978f commit 6262ea1Copy full SHA for 6262ea1
.github/workflows/containerized-ci.yml
@@ -31,6 +31,9 @@ jobs:
31
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
32
# Common variables
33
- kgo_version: v003
34
+ defaults:
35
+ run:
36
+ shell: bash -el {0}
37
container:
38
image: ${{ matrix.image }}
39
env:
@@ -128,11 +131,8 @@ jobs:
128
131
# and create a tarball with outputs.
129
132
###############################################################################
130
133
- name: Produce plots and create tarball
- shell: bash
134
if: failure()
135
run: |
- conda init
- conda activate ci-env
136
cd driver
137
if [[ -e data/outputs/UKMO/cosp2_output.um_global.nc ]]; then
138
python plot_test_outputs.py
0 commit comments