Skip to content

Commit d78b7c1

Browse files
authored
Merge pull request #6 from coding-kitties/squad/5-fix-docs-pipeline
fix: Install poetry deps into system Python in CI
2 parents 197f9e7 + c6a5731 commit d78b7c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
run: |
3838
pip install --upgrade pip
3939
pip install poetry
40+
poetry config virtualenvs.create false
4041
poetry install --no-interaction
4142
pip install plotly kaleido investing-algorithm-framework
4243

0 commit comments

Comments
 (0)