Skip to content

Commit 67e2b7a

Browse files
authored
Update ci.yml
1 parent 182cc29 commit 67e2b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
git clone https://github.com/NeuroML/pyNeuroML.git
5858
cd pyNeuroML
5959
git checkout $pynml_branch
60-
pip install NEURON==8.2.2 # Specify version of neuron - 8.2.1 fails
60+
pip install "NEURON>=8.2.2" # Specify version of neuron - 8.2.1 fails
6161
#pip install -r requirements-dev.txt
6262
pip install .
6363
cd -

0 commit comments

Comments
 (0)