Skip to content

Commit 7afc80c

Browse files
committed
Use requirements.txt also in CI
Fixing #1913
1 parent d5068c2 commit 7afc80c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,7 @@ jobs:
366366
- run:
367367
name: Install mkdocs and mkdocs-material
368368
command: |
369-
pip install mkdocs
370-
pip install pillow cairosvg
369+
pip install -r requirements.txt
371370
pip install git+https://${GITHUB_MKDOCS_MATERIAL_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
372371
- run:
373372
name: Deploy docs

0 commit comments

Comments
 (0)