Skip to content

Commit f7ca39b

Browse files
authored
added upgrade for requirements installation
1 parent 39c24c4 commit f7ca39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ jobs:
6363
restore-keys: |
6464
mkdocs-material-
6565
- run: pip install mkdocs-material
66-
- run: pip install -r requirements.txt
66+
- run: pip install -r requirements.txt --upgrade
6767
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)