Skip to content

Commit 9df8902

Browse files
fix(ci): use requirements.txt
1 parent 4735142 commit 9df8902

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
key: ${{ github.ref }}
2020
path: .cache
21-
- run: pip install mkdocs-material
22-
- run: pip install mkdocs-meta-descriptions-plugin
21+
- run: pip install -r requirements.txt
2322
- run: pip install pillow cairosvg
2423
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)