Skip to content

Commit edc5124

Browse files
committed
Tweak tests; back to neuron 8.0.1
1 parent 923f306 commit edc5124

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docker-image-intel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image Test Build - Intel drivers
1+
name: Docker Image Build - Intel drivers
22

33
on:
44
push:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build the Docker image
1919
run: |
2020
chmod a+w output/
21-
ls -alt
21+
ls -alth
2222
./build_intel.sh
2323
2424
- name: Info on Docker images

.github/workflows/docker-image-quickrun.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image Test - quick
1+
name: Docker Image Quick Run
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build the Docker image
1818
run: |
1919
chmod a+w output/
20-
ls -alt
20+
ls -alth
2121
./build.sh
2222
- name: Info on Docker images
2323
run: |

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image Test Build
1+
name: Docker Image Build & Run
22

33
on:
44
push:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build the Docker image
1818
run: |
1919
chmod a+w output/
20-
ls -alt
20+
ls -alth
2121
./build.sh
2222
- name: Info on Docker images
2323
run: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ RUN sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
5353
################################################################################
5454
######## Install NEURON simulator
5555

56-
RUN pip3 install neuron==8.2.2
56+
RUN pip3 install neuron==8.0.1
5757

5858

5959
################################################################################

0 commit comments

Comments
 (0)