Skip to content

Commit f7ca39b

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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)