Skip to content

Commit

Permalink
Install nestpy 2.0.1 following XENONnT/montecarlo_environment#8
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 21, 2024
1 parent cfc5e3e commit e4f16dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest coverage coveralls
git clone https://github.com/NESTCollaboration/nestpy.git
cd nestpy
git submodule update --init --recursive
pip install .
- name: Install fuse
run: |
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
fuse/__pycache__/*
__pycache__
fuse.egg-info/*
.eggs/*
build/*
.DS_Store
.vscode/*
docs/build/*
tests/resource_cache/*
resource_cache
.coverage
.hypothesis
.DS_Store

0 comments on commit e4f16dc

Please sign in to comment.