diff --git a/.github/workflows/platform-api-integration-test.yml b/.github/workflows/platform-api-integration-test.yml index 48076d79af43..92b7073045b6 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