Skip to content

Commit

Permalink
Install dev dependencies in GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrawner committed Mar 9, 2024
1 parent 7cab32e commit 80100ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 80100ad

Please sign in to comment.