Skip to content

Commit 724761f

Browse files
committed
Merge branch 'development' into experimental
2 parents 36a80c3 + 968ec52 commit 724761f

File tree

5 files changed

+215
-114
lines changed

5 files changed

+215
-114
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: 9 additions & 3 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.8 && \
6363
sudo pip install . --break-system-packages
6464

6565
# Note: pyNeuroML installed with the above library
@@ -71,7 +71,13 @@ 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.8a # fixed to a specific branch
75+
76+
77+
################################################################################
78+
######## Install extra Python dependencies
79+
80+
RUN sudo pip install ruff --break-system-packages
7581

7682

7783
################################################################################
@@ -117,7 +123,7 @@ RUN cd sibernetic && \
117123
COPY ./master_openworm.py $HOME/master_openworm.py
118124
RUN sudo chown $USER:$USER $HOME/master_openworm.py
119125

120-
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"\n' >> ~/.bashrc
126+
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alth"\n' >> ~/.bashrc
121127

122128
RUN pip list
123129

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.6
1+
0.9.8

0 commit comments

Comments
 (0)