From 5f89c46327838b0c32b90a5c645b67b5a7899787 Mon Sep 17 00:00:00 2001 From: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:17:14 +0200 Subject: [PATCH] revert --- .github/workflows/api-integration-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/api-integration-test.yml b/.github/workflows/api-integration-test.yml index 8f69906e6403..c92775a87ca4 100644 --- a/.github/workflows/api-integration-test.yml +++ b/.github/workflows/api-integration-test.yml @@ -51,7 +51,6 @@ jobs: - name: Install Python Dependencies # source $(poetry env info --path)/bin/activate run: | - poetry shell pip install toml pytest uvicorn importlib-metadata requests # - name: Load cached venv @@ -64,7 +63,6 @@ jobs: - name: Install obb Dependencies # if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: | - poetry shell python ${{ github.workspace }}/openbb_platform/dev_install.py -e - name: Populate System Setting Files @@ -88,7 +86,6 @@ jobs: - name: Launch the Uvicorn Process run: | - poetry shell uvicorn openbb_core.api.rest_api:app --host 0.0.0.0 --port 8000 --reload & - name: Wait for 1 minute @@ -96,7 +93,6 @@ jobs: - name: Run Integration Tests run: | - poetry shell pytest ${{ github.workspace }}/openbb_platform -m integration # - name: Upload summary to Slack