Skip to content

Commit 9c1fdc3

Browse files
committed
fix pip install command
1 parent 6c7a06e commit 9c1fdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
bash install_singularity.sh
3838
- name: Install Python dependencies
3939
run: |
40-
python -m pip --requirement requirements.in
40+
python -m pip install --requirement requirements.in
4141
- name: Get list of containers to build
4242
run: |
4343
python get_container_list.py

0 commit comments

Comments
 (0)