⬆ Upgrade docs development dependency on typer-cli to >=0.0.12 to fix conflicts (#3429)

This commit is contained in:
Sebastián Ramírez
2021-06-29 23:22:23 +02:00
committed by GitHub
parent 246e80512d
commit 97d8d4016b
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ jobs:
run: python3.7 -m pip install flit
- name: Install docs extras
if: steps.cache.outputs.cache-hit != 'true'
run: python3.7 -m flit install --extras doc
run: python3.7 -m flit install --deps production --extras doc
- name: Install Material for MkDocs Insiders
if: github.event.pull_request.head.repo.fork == false && steps.cache.outputs.cache-hit != 'true'
run: pip install git+https://${{ secrets.ACTIONS_TOKEN }}@github.com/squidfunk/mkdocs-material-insiders.git