Skip to content

Commit

Permalink
Change strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Apr 1, 2021
1 parent 5f6872a commit 4904752
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
sudo apt install mpich libmpich-dev
python -m pip install --upgrade pip
pip install setuptools wheel twine
##
# Force install neo from github
pip install git+https://github.com/NeuralEnsemble/python-neo.git
# TODO remove it after neo release
##
pip install -r requirements.txt
pip install -r requirements_test.txt
pip install -e .
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
numpy
#neo
git+https://github.com/NeuralEnsemble/python-neo.git
neo
joblib
probeinterface

0 comments on commit 4904752

Please sign in to comment.