From 139efd31abfe648b258b5672a07166538b5cf0b6 Mon Sep 17 00:00:00 2001 From: James Maslek Date: Tue, 14 Nov 2023 11:47:21 -0500 Subject: [PATCH] Run tests on develop (#5725) * Run tests on develop * Add a check that files changes in platform --- .github/workflows/platform-core.yml | 7 +++++-- noxfile.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platform-core.yml b/.github/workflows/platform-core.yml index aff32e70f8f8..827bb9d17e1b 100644 --- a/.github/workflows/platform-core.yml +++ b/.github/workflows/platform-core.yml @@ -3,7 +3,9 @@ name: Test Platform V4 on: pull_request: branches: - - feature/openbb-sdk-v4 + - develop + paths: + - 'openbb_platform/**' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} @@ -14,9 +16,10 @@ jobs: runs-on: ubuntu-latest strategy: fail-fast: false + matrix: python_version: - ["3.8", "3.9", "3.10", "3.11"] + ["3.9", "3.10", "3.11"] steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/noxfile.py b/noxfile.py index 2c1c2aed56d6..9b8ed94bb148 100644 --- a/noxfile.py +++ b/noxfile.py @@ -8,7 +8,7 @@ ] -@nox.session(python=["3.8", "3.9", "3.10", "3.11"]) +@nox.session(python=["3.9", "3.10", "3.11"]) def tests(session): session.install("poetry", "toml") session.run(