Skip to content

Commit

Permalink
fix(ci): fix EDM4eic version to v4.0.0 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Nov 27, 2023
1 parent 8196d46 commit 6e53b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/configure_CI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ for repo in $repo_list; do
git clone https://github.com/eic/epic.git --branch main
;;
EDM4eic)
git clone https://github.com/eic/EDM4eic.git --branch main
git clone https://github.com/eic/EDM4eic.git --branch v4.0.0
;;
irt)
git clone https://github.com/eic/irt.git --branch main
Expand Down

0 comments on commit 6e53b00

Please sign in to comment.