We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec4d21 commit 978e112Copy full SHA for 978e112
1 file changed
.github/workflows/deploy_dev_docs.yml
@@ -93,7 +93,7 @@ jobs:
93
# the prebuilt docs container; the image isn't rebuilt for PRs, so install
94
# it at runtime here (same escape hatch as the packages above) to unblock
95
# the build until the next docs image rebuild on master.
96
- pip install pydata-sphinx-theme tqdm ninja sphinx-design
+ pip install pydata-sphinx-theme tqdm ninja sphinx-design plotly joblib
97
echo "Calling: python -u __init__.py ${{ env.COOLPROP_EXPENSIVE }}"
98
python -u __init__.py ${{ env.COOLPROP_EXPENSIVE }}
99
0 commit comments