Skip to content

Commit 8827079

Browse files
authored
Merge pull request #368 from openworm/test_cect
Use 0.9.7 c302 and sibernetic branches
2 parents 5d0f8eb + 08bb143 commit 8827079

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ jobs:
3131
ls -alth
3232
ls -alth output
3333
ls -alth output/*
34+
35+
more output/*/report.json

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)