Skip to content

Commit 6e76c79

Browse files
Merge pull request #3634 from CliMA/ne/hotfix
Fix calibration test instantiation
2 parents b1ce1dc + 940633e commit 6e76c79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

calibration/test/pipeline.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
agents:
22
queue: new-central
33
slurm_mem: 8G
4-
modules: climacommon/2024_12_16
4+
modules: climacommon/2025_01_27
55
env:
66
OPENBLAS_NUM_THREADS: 1
77
SLURM_KILL_BAD_EXIT: 1
@@ -18,7 +18,7 @@ steps:
1818
- "echo $$JULIA_DEPOT_PATH"
1919

2020
- echo "--- Instantiate calibration/test"
21-
- "julia --project=calibration/test -e 'using Pkg; Pkg.develop(;path=\".\"); Pkg.instantiate(;verbose=true)'"
21+
- "julia --project=calibration/test -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.develop(;path=\".\")'"
2222
- "julia --project=calibration/test -e 'using Pkg; Pkg.precompile()'"
2323
- "julia --project=calibration/test -e 'using Pkg; Pkg.status()'"
2424

@@ -41,5 +41,4 @@ steps:
4141
slurm_ntasks: 4
4242
slurm_cpus_per_task: 1
4343
slurm_mem: 32GB
44-
slurm_reservation: "false"
4544
artifact_paths: "calibration_end_to_end_test/*"

0 commit comments

Comments
 (0)