Skip to content

Commit dd9f1f7

Browse files
committed
Fix netpyne build action
1 parent eefe889 commit dd9f1f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/docker-netpyne.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v3
17+
- name: Clone Netpyne UI dependencies
18+
run: |
19+
mkdir -p applications/netpyne/dependencies
20+
git clone --branch 1.1.0 https://github.com/MetaCell/NetPyNE-UI.git applications/netpyne/dependencies/netpyne
1721
1822
- name: Build the Docker image
1923
run: |

0 commit comments

Comments
 (0)