Skip to content

Commit 8573606

Browse files
authored
Update CI workflow to install dependencies from requirements.txt
1 parent cc1cd30 commit 8573606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
path: ~/.cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: pip install mkdocs-material git-revision-date-localized
28+
- run: pip install -r requirements.txt
2929
- run: mkdocs gh-deploy --force
3030

0 commit comments

Comments
 (0)