summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormontezdesousa <79287829+montezdesousa@users.noreply.github.com>2024-03-24 06:06:37 +0000
committerGitHub <noreply@github.com>2024-03-24 06:06:37 +0000
commit0cec1180b08876eebc796081df7900479fb6bc95 (patch)
treec95085cc096412a803736c2eb051a16a032bee3c
parent23135abf1b3e42bf5438dc9003b20966ce01e5cf (diff)
[BugFix] - Fix integration tests workflow file (#6251)
* update wf file * Update platform-api-integration-test.yml
-rw-r--r--.github/workflows/platform-api-integration-test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/platform-api-integration-test.yml b/.github/workflows/platform-api-integration-test.yml
index 48076d79af4..92b7073045b 100644
--- a/.github/workflows/platform-api-integration-test.yml
+++ b/.github/workflows/platform-api-integration-test.yml
@@ -71,6 +71,11 @@ jobs:
}
}' > ~/.openbb_platform/user_settings.json
+ - name: Build openbb
+ run: |
+ source runner_env/bin/activate
+ python -c "import openbb; openbb.build()"
+
- name: Launch the Uvicorn Process
run: |
source runner_env/bin/activate