We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefe889 commit dd9f1f7Copy full SHA for dd9f1f7
.github/workflows/docker-netpyne.yml
@@ -14,6 +14,10 @@ jobs:
14
15
steps:
16
- 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
21
22
- name: Build the Docker image
23
run: |
0 commit comments