From 5234be544f5d2fe2d1fbd1c505ec25dd48f40642 Mon Sep 17 00:00:00 2001 From: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:07:14 +0200 Subject: [PATCH] Update --- .github/workflows/api-integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-integration-test.yml b/.github/workflows/api-integration-test.yml index f9b4d8cf9164..155c6b2ac9c3 100644 --- a/.github/workflows/api-integration-test.yml +++ b/.github/workflows/api-integration-test.yml @@ -64,7 +64,7 @@ jobs: # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' # python ${{ github.workspace }}/openbb_platform/dev_install.py -e run: | - poetry install ${{ github.workspace }}/openbb_platform/. + poetry install ${{ github.workspace }}/openbb_platform/ - name: Populate System Setting Files run: |