Skip to content
Snippets Groups Projects
Commit f1a48324 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[installexternal.py] Use dune release 2.8 per default

parent 6a56118d
No related branches found
No related tags found
1 merge request!2927[installexternal.py] Use dune release 2.8 per default
Pipeline #10804 waiting for manual action
...@@ -94,7 +94,7 @@ options.add_argument( ...@@ -94,7 +94,7 @@ options.add_argument(
"--download", action="store_true", default=False, help="Only download the packages." "--download", action="store_true", default=False, help="Only download the packages."
) )
parser.add_argument("--dune-branch", default="releases/2.7", help="Dune branch to be checked out.") parser.add_argument("--dune-branch", default="releases/2.8", help="Dune branch to be checked out.")
parser.add_argument( parser.add_argument(
"--dumux-branch", default="releases/3.4", help="Dumux branch to be checked out." "--dumux-branch", default="releases/3.4", help="Dumux branch to be checked out."
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment