We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7a06e commit 9c1fdc3Copy full SHA for 9c1fdc3
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
bash install_singularity.sh
38
- name: Install Python dependencies
39
run: |
40
- python -m pip --requirement requirements.in
+ python -m pip install --requirement requirements.in
41
- name: Get list of containers to build
42
43
python get_container_list.py
0 commit comments