From 5983661ce517f6173ebaf24661d04e15d1246dcc Mon Sep 17 00:00:00 2001 From: Nicholas Kern Date: Tue, 6 Feb 2024 23:30:45 -0500 Subject: [PATCH] modified: .github/workflows/ci.yaml --- .github/workflows/ci.yaml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 331269a..0bec367 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: run: | export PATH="$HOME/miniconda/bin:$PATH" source activate ${ENV_NAME} - pip install . + pip install -e . - name: Run Tests run: | export PATH="$HOME/miniconda/bin:$PATH" diff --git a/setup.py b/setup.py index 325f721..1ae3819 100644 --- a/setup.py +++ b/setup.py @@ -35,5 +35,5 @@ def package_files(package_dir, subdirectory): include_package_data = True, packages = ['py21cmnet'], package_dir = {'py21cmnet': 'py21cmnet'}, - zip_safe = False, + zip_safe = False ) \ No newline at end of file