We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728eda4 commit f5ec9b9Copy full SHA for f5ec9b9
1 file changed
.github/workflows/deploy-docs.yml
@@ -38,7 +38,7 @@ jobs:
38
pip install --upgrade pip
39
pip install poetry
40
poetry install --no-interaction
41
- pip install plotly kaleido
+ pip install plotly kaleido investing-algorithm-framework
42
43
- name: Generate indicator charts
44
run: python scripts/charts/generate_all.py --download
0 commit comments