From 6f0752ddaa18b900433c7905a485c9f242323c60 Mon Sep 17 00:00:00 2001 From: Simeon Ehrig Date: Wed, 21 Aug 2024 13:10:49 +0200 Subject: [PATCH] only for testing --- .ci/integTestGen/src/integTestGen.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/integTestGen/src/integTestGen.jl b/.ci/integTestGen/src/integTestGen.jl index eaeb6bc..4f2fd9d 100644 --- a/.ci/integTestGen/src/integTestGen.jl +++ b/.ci/integTestGen/src/integTestGen.jl @@ -238,7 +238,7 @@ function generate_job_yaml!( if (target_branch != "main") push!( script, - "git clone -b dev https://github.com/QEDjl-project/QED.jl.git /integration_test_tools", + "git clone -b setDevDepDeps https://github.com/SimeonEhrig/QED.jl.git /integration_test_tools", ) end push!(script, "cd integration_test")