Skip to content

Commit

Permalink
temporary URL for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Oct 21, 2024
1 parent a1e0670 commit 44a9aba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/integTestGen/src/integTestGen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ function generate_job_yaml!(
if (target_branch != "main")
push!(
script,
"git clone -b dev https://github.com/QEDjl-project/QuantumElectrodynamics.jl.git /integration_test_tools",
#"git clone -b dev https://github.com/QEDjl-project/QuantumElectrodynamics.jl.git /integration_test_tools",
"git clone -b setDevDevCompat https://github.com/SimeonEhrig/QED.jl.git /integration_test_tools",
)
end
push!(script, "cd integration_test")
Expand Down

0 comments on commit 44a9aba

Please sign in to comment.