Skip to content

Commit 0251f71

Browse files
authored
CI: Force upgrade of requirements (#192)
1 parent dad04d1 commit 0251f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Install project and documentation dependencies
6262
run: |
6363
.venv\Scripts\Activate.ps1
64-
pip install -r requirements/requirements_doc.txt
64+
pip install -r requirements/requirements_doc.txt -U
6565
6666
# Use environment variable to keep the doctree and avoid redundant build for PDF pages
6767
- name: Create HTML documentation

0 commit comments

Comments
 (0)