From dccb8f070abd99f8da669192a31d38c6eff70fcc Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 19 Sep 2024 15:53:14 -0400 Subject: [PATCH] removed Pkg.update() until package is registered --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 977331a..b22cba9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -7,7 +7,7 @@ steps: - label: ":hammer: Build Project" command: - "module load julia" - - "julia --project=docs --color=yes -e 'using Pkg; Pkg.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile()'" + - "julia --project=docs --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile()'" - wait