Skip to content

Commit 09accc8

Browse files
committed
Use long options for pip install
1 parent 6283814 commit 09accc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python-version: "3.x"
3636

3737
- name: Install python dependencies
38-
run: python3 -m pip install -r requirements.txt
38+
run: python3 -m pip install --verbose --progress-bar 'off' --requirement requirements.txt
3939

4040
- name: Build with site-generator.py
4141
run: python3 site-generator.py

0 commit comments

Comments
 (0)