Skip to content

Commit

Permalink
Debug for nestpy installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jan 22, 2024
1 parent b5b2cfa commit aa833da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
uses: actions/checkout@v4

- name: Install dependencies
# following https://github.com/NESTCollaboration/nestpy/blob/master/README.md
run: |
python -m pip install --upgrade pip
python -m pip install pytest coverage coveralls
Expand All @@ -45,6 +46,7 @@ jobs:
git submodule update --init --recursive
pip install .
cd ..
rm -rf nestpy
- name: Install fuse
run: |
Expand Down

0 comments on commit aa833da

Please sign in to comment.