Skip to content

Commit 43d1e98

Browse files
committed
Tidy up LFRic extraction tests spec slightly (#3190)
1 parent 62974fe commit 43d1e98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/extraction_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,8 @@ jobs:
122122
source /archive/psyclone-spack/psyclone-spack-Jun25/spack-repo/share/spack/setup-env.sh
123123
spack load lfric-build-environment%gcc@14
124124
source .runner_venv/bin/activate
125-
export LFRIC_DIR=/archive/psyclone-tests/latest-run/extraction/lfric_apps_${LFRIC_APPS_REV}
126-
export PSYCLONE_CONFIG_FILE=${PSYCLONE_LFRIC_DIR}/KGOs/lfric_psyclone.cfg
127125
export PSYCLONE_LFRIC_DIR=${GITHUB_WORKSPACE}/examples/lfric/scripts
126+
export PSYCLONE_CONFIG_FILE=${PSYCLONE_LFRIC_DIR}/KGOs/lfric_psyclone.cfg
128127
export COMPILER_PROFILE=fast-debug
129128
export NUM_PROCS=6
130129
export MAX_PROC=$((NUM_PROCS-1))

0 commit comments

Comments
 (0)