We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 197f9e7 + c6a5731 commit d78b7c1Copy full SHA for d78b7c1
1 file changed
.github/workflows/deploy-docs.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
pip install --upgrade pip
39
pip install poetry
40
+ poetry config virtualenvs.create false
41
poetry install --no-interaction
42
pip install plotly kaleido investing-algorithm-framework
43
0 commit comments