Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libsndfile1
# Install build dependencies first (required for madmom and vamp)
pip install --upgrade pip setuptools wheel
pip install "Cython>=0.29.0" "numpy>=1.21.0,<2.0.0"
./scripts/install.sh
pip install sphinx sphinx-press-theme sphinx-click
pip install sphinxcontrib-bibtex numpydoc
Expand Down
Loading