From 2fdb1f77a0a984db0aa9bc30337f77b00ceadf91 Mon Sep 17 00:00:00 2001 From: ugyballoons Date: Wed, 4 Dec 2024 19:39:45 +0000 Subject: [PATCH] Clone whole repo --- scripts/install-exp_checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-exp_checker.sh b/scripts/install-exp_checker.sh index f7843ddc..491c277b 100644 --- a/scripts/install-exp_checker.sh +++ b/scripts/install-exp_checker.sh @@ -6,7 +6,7 @@ set -e set -x cd /usr/src/rubintv -git clone --single-branch --branch package https://github.com/lsst-sitcom/rubin_exp_checker.git exp_checker +git clone https://github.com/lsst-sitcom/rubin_exp_checker.git exp_checker cd exp_checker pip install -e . pip install -r requirements.txt