Skip to content

Commit

Permalink
modified: .github/workflows/ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed Feb 7, 2024
1 parent 0ef9039 commit 5983661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 5983661

Please sign in to comment.