Skip to content

Commit

Permalink
Poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorWounds committed Oct 3, 2023
1 parent 6221998 commit 40d6de4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Configure Poetry
run: poetry config virtualenvs.in-project true

- name: Install Dependencies with Poetry
run: poetry install -C ${{ github.workspace }}/openbb_platform -E all

- name: Install Python Dependencies
run: |
source $(poetry env info --path)/bin/activate
Expand Down

0 comments on commit 40d6de4

Please sign in to comment.