Skip to content

Commit 854cc50

Browse files
authored
Use requirements.txt in github action
1 parent 6b291dd commit 854cc50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@ jobs:
2727
- uses: actions/setup-python@v2
2828
with:
2929
python-version: 3.x
30-
- run: pip install mkdocs-material
31-
- run: pip install mkdocs-jupyter
32-
- run: pip install mkdocs-macros-plugin
30+
- run: pip install -r requirements.txt
3331
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)