ci: forgot a -r
This commit is contained in:
parent
65d3dd7af5
commit
4b705572c6
|
@ -27,7 +27,7 @@ jobs:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install docs/requirements.txt
|
run: pip install -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Configure git user and email
|
- name: Configure git user and email
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: pip install docs/requirements.txt
|
run: pip install -r docs/requirements.txt
|
||||||
|
|
||||||
- name: Configure git user and email
|
- name: Configure git user and email
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue