Install dev dependencies in GH workflow

This commit is contained in:
William Brawner 2024-03-08 17:06:02 -07:00
parent 7cab32ecbc
commit 80100ad73a
Signed by: wbrawner
GPG key ID: 8FF12381C6C90D35

View file

@ -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