Skip to content

Commit

Permalink
Fix netpyne build action
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Feb 27, 2025
1 parent eefe889 commit dd9f1f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-netpyne.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Clone Netpyne UI dependencies
run: |
mkdir -p applications/netpyne/dependencies
git clone --branch 1.1.0 https://github.com/MetaCell/NetPyNE-UI.git applications/netpyne/dependencies/netpyne
- name: Build the Docker image
run: |
Expand Down

0 comments on commit dd9f1f7

Please sign in to comment.