Skip to content

Commit

Permalink
setuptools & venvs
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent 80fc607 commit 324f2f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,21 @@ jobs:
run: |
poetry install -C openbb_platform --no-interaction
source openbb_platform/.venv/bin/activate
pip install -U poetry
# poetry removes setuptools and we need it
pip install setuptools
pip install toml
python openbb_platform/dev_install.py -e all
python -c "import openbb; openbb.build()"
python website/generate_platform_v4_markdown.py
- name: Generate Excel Docs
run: |
source openbb_platform/.venv/bin/activate
python website/generate_excel_markdown.py
- name: Generate Widgets Library
run: |
source openbb_platform/.venv/bin/activate
python website/generate_widgets_library.py
- name: Setup Node
Expand Down

0 comments on commit 324f2f5

Please sign in to comment.