Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorWounds committed Oct 3, 2023
1 parent b9ca1a2 commit 5f89c46
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/api-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -88,15 +86,13 @@ 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
run: sleep 60

- name: Run Integration Tests
run: |
poetry shell
pytest ${{ github.workspace }}/openbb_platform -m integration
# - name: Upload summary to Slack
Expand Down

0 comments on commit 5f89c46

Please sign in to comment.