From e444309b1de5f489b619ed6b89c185b8faee1951 Mon Sep 17 00:00:00 2001 From: Simeon Ehrig Date: Mon, 19 Aug 2024 16:40:00 +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")