Skip to content

Commit 602f17d

Browse files
committed
Improve the github actions to install all the required library for running the image generation script
1 parent 80c1663 commit 602f17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-and-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install numpy nibabel
26+
pip install -r requirements.txt
2727
2828
- name: Generate input files
2929
run: |

0 commit comments

Comments
 (0)