summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-10-10 18:17:20 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-10-10 18:17:20 -0400
commit4b705572c6ce42b693f4236193eba8190d7fcd5d (patch)
treecd2e7ee5be49cc51399e6510d8f0e111f499bbad
parent65d3dd7af52d715a3fa4a411de3ac7770124af5f (diff)
ci: forgot a -r
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/post-release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 6f8175fd..b8fd4980 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -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: |
diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml
index c835a2eb..1cf2b907 100644
--- a/.github/workflows/post-release.yml
+++ b/.github/workflows/post-release.yml
@@ -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: |