From 176891919dc24b1248fd485b8d2c5bbb23f919bc Mon Sep 17 00:00:00 2001 From: Du Phan Date: Tue, 3 Dec 2024 22:38:03 -0500 Subject: [PATCH] Use editable installation in CI for coverage --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c03c64d..ed4c5eeac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,7 +70,7 @@ jobs: pip install jaxlib pip install jax pip install https://github.com/pyro-ppl/funsor/archive/master.zip - pip install .[dev,test] + pip install -e .[dev,test] pip freeze - name: Test with pytest run: | @@ -107,7 +107,7 @@ jobs: pip install jaxlib pip install jax pip install https://github.com/pyro-ppl/funsor/archive/master.zip - pip install .[dev,test] + pip install -e .[dev,test] pip freeze - name: Test with pytest run: | @@ -156,7 +156,7 @@ jobs: pip install jaxlib pip install jax pip install https://github.com/pyro-ppl/funsor/archive/master.zip - pip install .[dev,examples,test] + pip install -e .[dev,examples,test] pip freeze - name: Test with pytest run: |