From d1453491748212d32f18c2bbc82a5c676a425390 Mon Sep 17 00:00:00 2001 From: Elaine Ran Date: Thu, 28 Sep 2023 10:58:39 -0400 Subject: [PATCH] fixed run_tests.yml for new structure --- .github/workflows/run_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 34cf303..7599139 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -22,6 +22,7 @@ jobs: run: | conda env update --file environment.yml --name base python -m pip install colossus pixell camb + python -m pip install . - name: Test with pytest run: | conda install pytest