Skip to content

Commit

Permalink
Fix/add nixio to test requirements (NeuralEnsemble#515)
Browse files Browse the repository at this point in the history
* add nixio>=1.5.0 to requirements-tests.txt
* replace mpich with open mpi on macOS
  • Loading branch information
Moritz-Alexander-Kern committed Sep 6, 2022
1 parent df8e962 commit 73e8a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
run: |
python --version
conda env list
conda install mpi4py openmpi
conda install pytest
conda install pytest-cov coveralls
pip install -e .[extras]
Expand Down
1 change: 1 addition & 0 deletions requirements/environment-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ dependencies:
- jinja2
- pip:
- neo>=0.10.0
- nixio>=1.5.0
# - viziphant
# neo, viziphant can be removed once it is integrated into requirements-tutorials.txt
3 changes: 2 additions & 1 deletion requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pytest
pytest
nixio>=1.5.0

0 comments on commit 73e8a5f

Please sign in to comment.