Skip to content

Commit

Permalink
WIP: Tweak test.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnicstruwig committed May 16, 2024
1 parent 62d41a8 commit 4b18d25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
python -m pip install --upgrade pip
poetry install
poetry run python -c "import openbb; openbb.build()"
- name: Build OpenBB
run: poetry run python -c "import openbb; openbb.build(); print('Done')"
- name: Run Pytest
env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 4b18d25

Please sign in to comment.