Skip to content

Commit 5c7d2da

Browse files
authored
Merge pull request #364 from openworm/test_versions
Using specific c302 branch
2 parents a71fe32 + 70f5bc0 commit 5c7d2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN sudo pip install neuron==8.2.6 --break-system-packages
5959

6060
RUN git clone https://github.com/openworm/c302.git && \
6161
cd c302 && \
62-
git checkout development && \
62+
git checkout ow-0.9.6 && \
6363
sudo pip install . --break-system-packages
6464

6565
# Note: pyNeuroML installed with the above library

0 commit comments

Comments
 (0)