Skip to content

Commit

Permalink
[docs] move klio lib installs out of klio-requirements.txt to avoid r…
Browse files Browse the repository at this point in the history
…esolution conflicts between libraries that don't need to have compatible dependencies
  • Loading branch information
fallonchen committed Dec 16, 2020
1 parent 6ccb664 commit 0d4c89a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
python -m site
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade -r klio-requirements.txt
python -m pip install -e ../core/
python -m pip install -e ../cli/
python -m pip install -e ../devtools/
python -m pip install -e ../lib/
python -m pip install -e ../exec/
python -m pip install -e ../audio/
- name: "Build docs"
run: "sphinx-build -n -T -W -b html -d build/doctrees src src/html"
- name: "Check broken links"
Expand Down
9 changes: 0 additions & 9 deletions docs/klio-requirements.txt

This file was deleted.

0 comments on commit 0d4c89a

Please sign in to comment.