Skip to content

Commit

Permalink
put neo github in requirement directly.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgarcia committed Apr 1, 2021
1 parent 40d48bd commit 5f6872a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
pip install setuptools wheel twine
pip install -r requirements.txt
pip install -r requirements_test.txt
#######
# force install neo from master repo
pip uninstall neo
pip install --upgrade --force https://github.com/NeuralEnsemble/python-neo/archive/master.zip
# TODO remove this after neo release!!!
#######
pip install -e .
- name: Test with pytest
run: |
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
neo
#neo
git+https://github.com/NeuralEnsemble/python-neo.git
joblib
probeinterface

0 comments on commit 5f6872a

Please sign in to comment.