Skip to content

Commit

Permalink
temporary change for CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Jul 16, 2024
1 parent 32e749a commit 1d0c90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/integTestGen/src/integTestGen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function generate_job_yaml!(
push!(script, "git clone $(split_url[1]) integration_test")
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",
)
push!(script, "cd integration_test")

Expand Down

0 comments on commit 1d0c90f

Please sign in to comment.