From 668bfed6fad4970b974a5fddf4bf2af9ec69b165 Mon Sep 17 00:00:00 2001 From: Fangchen Li Date: Mon, 11 Dec 2023 10:17:02 -0800 Subject: [PATCH] debug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1959e601a..b3739389e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: pip install --no-build-isolation classy==2.9.4 - name: Install CCL - run: pip install -e -no-use-pep517 . + run: pip install -no-use-pep517 -e . - name: Unit tests run: |