Skip to content

Commit

Permalink
Preinstall soundevent before generating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 9, 2023
1 parent accdd3f commit ef4e98b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- name: Install soundevent
run: |
python -m pip install --upgrade pip
python -m pip install .
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}
Expand Down

0 comments on commit ef4e98b

Please sign in to comment.