ci: forgot a -r

This commit is contained in:
ClementTsang 2021-10-10 18:17:20 -04:00
parent 65d3dd7af5
commit 4b705572c6
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
python-version: 3.x
- name: Install Python dependencies
run: pip install docs/requirements.txt
run: pip install -r docs/requirements.txt
- name: Configure git user and email
run: |

View File

@ -38,7 +38,7 @@ jobs:
python-version: 3.x
- name: Install Python dependencies
run: pip install docs/requirements.txt
run: pip install -r docs/requirements.txt
- name: Configure git user and email
run: |