From 38024956ad64293a5adfadcb03850f944f0ca1f2 Mon Sep 17 00:00:00 2001 From: "Brent R. Yates" Date: Fri, 6 Dec 2024 15:28:07 -0500 Subject: [PATCH] Remove `clib_run3` checkout from CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f70dfb66c..da41c43ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -87,7 +87,7 @@ jobs: run: | mkdir dir_for_topcoffea cd dir_for_topcoffea - git clone https://github.com/TopEFT/topcoffea.git --branch clib_run3 + git clone https://github.com/TopEFT/topcoffea.git cd topcoffea conda run -n coffea-env pip install -e . cd ../..