Skip to content

Commit

Permalink
simpler?
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed Jun 24, 2024
1 parent 5f003a7 commit 8eecdc5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
python-version: "3.9"
architecture: x64

- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.8.1
virtualenvs-create: true
virtualenvs-in-project: true

- name: Setup sudo apt installs for ubuntu-latest
run: |
sudo apt-get update
Expand All @@ -50,9 +43,7 @@ jobs:
- name: Generate Platform Markdown
run: |
poetry install -C openbb_platform --no-interaction
source openbb_platform/.venv/bin/activate
pip install -U poetry
pip install poetry
python openbb_platform/dev_install.py --extras
python -c "import openbb; openbb.build()"
python scripts/generate_platform_markdown.py
Expand Down

0 comments on commit 8eecdc5

Please sign in to comment.