Skip to content

Commit

Permalink
Merge branch 'develop' into feature/re-link-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoaquim committed Nov 14, 2023
2 parents 735208b + 139efd3 commit 6aff23b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/platform-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 6aff23b

Please sign in to comment.