Skip to content

Commit f0a0350

Browse files
committed
Test on 0.9.7 branches
1 parent 62ced7d commit f0a0350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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 ow-0.9.6 && \
62+
git checkout ow-0.9.7 && \
6363
sudo pip install . --break-system-packages
6464

6565
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,7 @@ RUN git clone https://github.com/openworm/c302.git && \
7171

7272
RUN git clone https://github.com/openworm/sibernetic.git && \
7373
cd sibernetic && \
74-
git checkout ow-0.9.6 # fixed to a specific branch
74+
git checkout ow-0.9.7 # fixed to a specific branch
7575

7676

7777
################################################################################

0 commit comments

Comments
 (0)