We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182cc29 commit 67e2b7aCopy full SHA for 67e2b7a
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
git clone https://github.com/NeuroML/pyNeuroML.git
58
cd pyNeuroML
59
git checkout $pynml_branch
60
- pip install NEURON==8.2.2 # Specify version of neuron - 8.2.1 fails
+ pip install "NEURON>=8.2.2" # Specify version of neuron - 8.2.1 fails
61
#pip install -r requirements-dev.txt
62
pip install .
63
cd -
0 commit comments