Skip to content

Commit 6262ea1

Browse files
Activate environment.
1 parent 724978f commit 6262ea1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
image: ghcr.io/earth-system-radiation/rte-rrtmgp-ci:oneapi
3232
# Common variables
3333
- kgo_version: v003
34+
defaults:
35+
run:
36+
shell: bash -el {0}
3437
container:
3538
image: ${{ matrix.image }}
3639
env:
@@ -128,11 +131,8 @@ jobs:
128131
# and create a tarball with outputs.
129132
###############################################################################
130133
- name: Produce plots and create tarball
131-
shell: bash
132134
if: failure()
133135
run: |
134-
conda init
135-
conda activate ci-env
136136
cd driver
137137
if [[ -e data/outputs/UKMO/cosp2_output.um_global.nc ]]; then
138138
python plot_test_outputs.py

0 commit comments

Comments
 (0)