From 332cb73f820c932e8f4b7c37275953aacc8608dd Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Wed, 25 Dec 2024 22:54:19 +0100 Subject: [PATCH] Use main for reference branch --- ipi/utils/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipi/utils/setup.py b/ipi/utils/setup.py index 264ec43ce..334d05818 100644 --- a/ipi/utils/setup.py +++ b/ipi/utils/setup.py @@ -81,7 +81,7 @@ def install_driver(force_install=False): ) as f: f.write("drivers/f90\n") subprocess.run( - ["git", "pull", "--depth=1", "origin", "feat/equivator"], cwd=temp_dir + ["git", "pull", "--depth=1", "origin", "main"], cwd=temp_dir ) except: warning(