File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,13 @@ steps:
1515 concurrency : 1
1616 concurrency_group : ' depot/thermodynamics-ci'
1717 command :
18- - echo "--- Clean up any stale Manifest.toml files"
19- - rm -f Manifest.toml test/Manifest.toml perf/Manifest.toml gpuenv/Manifest.toml
2018 - echo "--- Instantiate test env"
21- - rm -f test/Manifest.toml
2219 - julia --project=test -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'
2320
2421 - echo "--- Instantiate perf env"
25- - rm -f perf/Manifest.toml
2622 - julia --project=perf -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'
2723
2824 - echo "--- Instantiate gpu env"
29- - rm -f gpuenv/Manifest.toml
3025 - julia --project=gpuenv -e 'using Pkg; Pkg.develop(path="."); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); using CUDA; CUDA.precompile_runtime(); Pkg.status()'
3126 agents :
3227 slurm_ntasks : 1
You can’t perform that action at this time.
0 commit comments