Skip to content

Commit

Permalink
ci: re-install Kaskada when building docs (#700)
Browse files Browse the repository at this point in the history
Poetry install attempts to manage the virtualenv, so it uninstalls
things it doesn't think are necessary, including `plotly`.
  • Loading branch information
bjchambers authored Aug 22, 2023
1 parent aaad44c commit fd56d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
poetry env use 3.11
source $(poetry env info --path)/bin/activate
poetry install --with=docs
pip install 'kaskada[plot]>=0.6.0-a.0' --find-links dist --force-reinstall
ls docs/source/_static
sphinx-build docs/source docs/_build -j auto -W
deactivate
Expand Down

0 comments on commit fd56d6f

Please sign in to comment.