Skip to content

Commit

Permalink
Add pypi dependencies to workflow
Browse files Browse the repository at this point in the history
Extra install pendulum and aiohttp
  • Loading branch information
FlorianK13 authored Nov 2, 2023
1 parent d6a821f commit e859471
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install --upgrade pendulum aiohttp
- run: pip install --upgrade .["dev"]
- run: mkdocs gh-deploy --force

0 comments on commit e859471

Please sign in to comment.