Install dev dependencies in GH workflow
This commit is contained in:
parent
7cab32ecbc
commit
80100ad73a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -19,5 +19,5 @@ jobs:
|
|||
key: ${{ github.ref }}
|
||||
path: .cache
|
||||
- run: pip install pipenv
|
||||
- run: pipenv install
|
||||
- run: pipenv install --dev
|
||||
- run: pipenv run mkdocs gh-deploy --force
|
||||
|
|
Loading…
Reference in a new issue