Skip to content

Commit 6b5910a

Browse files
gkaf89hcartiaux
authored andcommitted
[CI/CD] Use long format command option flags
1 parent 6208625 commit 6b5910a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install -r requirements.txt
28+
pip install --requirement requirements.txt
2929
mkdocs --version
3030
- name: build ULHPC documentation
3131
run: mkdocs build && mkdocs gh-deploy --force

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -r requirements.txt
26+
pip install --requirement requirements.txt
2727
mkdocs --version
2828
- name: build ULHPC documentation
2929
run: mkdocs build

0 commit comments

Comments
 (0)