From 5b15421a2a3a08a0463097ee2016faeb81b7c529 Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Mon, 25 Mar 2024 01:10:17 +0100 Subject: [PATCH] One more line --- bin/create_sys_image | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/create_sys_image b/bin/create_sys_image index 15eb68d5..c65525ad 100755 --- a/bin/create_sys_image +++ b/bin/create_sys_image @@ -50,3 +50,4 @@ touch *.jl # make sure all modules get recompiled in the next step cd .. julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using KiteUtils, KiteControllers" julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using TestEnv; TestEnv.activate(); using ControlPlots" +julia --project -J bin/kps-image-${julia_major}-${branch}.so -e "using Pkg; Pkg.resolve()"