From 66b539695501f3961dd32d47c40aa07bd3d1118b Mon Sep 17 00:00:00 2001 From: "Brent R. Yates" Date: Tue, 10 Dec 2024 13:26:04 -0500 Subject: [PATCH] Remove `clib_run3` checkout from CI (#451) --- .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 ../..