Skip to content

Commit

Permalink
Update poetry after venv
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent d698c4b commit 80fc607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Generate Platform Markdown
run: |
pip install -U poetry
poetry install -C openbb_platform --no-interaction
source openbb_platform/.venv/bin/activate
pip install -U poetry
pip install toml
python openbb_platform/dev_install.py -e all
python -c "import openbb; openbb.build()"
Expand Down

0 comments on commit 80fc607

Please sign in to comment.