Skip to content

Commit

Permalink
[actions] install build module
Browse files Browse the repository at this point in the history
  • Loading branch information
janscience committed Apr 24, 2024
1 parent 71b09dd commit df14106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/runchecks.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install sounddevice
pip install soundcard
pip install pytest pytest-cov
pip install build
pip install pdoc3
pip install mkdocs
pip install -r requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/uploaddocs.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install sounddevice
pip install soundcard
pip install pytest pytest-cov
pip install build
pip install pdoc3
pip install mkdocs
pip install genbadge[coverage]
Expand Down

0 comments on commit df14106

Please sign in to comment.