Skip to content

Commit

Permalink
need to downgrade the sdk version used in github actions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Jun 25, 2024
1 parent 9a5893c commit 7d8b21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,15 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{hashFiles('**/poetry.lock') }}

# NOTE: We would like the following note to be true, but we let the SDK get ahead of the edge endpoint
# Note that we're pulling the latest main from the SDK repo
# This might be ahead of what's published to pypi, but it's useful to test things before they're released.
- name: Checkout Groundlight SDK
uses: actions/checkout@v3
with:
repository: groundlight/python-sdk
path: groundlight-sdk
ref: 'refs/tags/v0.16.0'

- name: Install Groundlight SDK dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kubernetes = "^27.2.0"
jinja2 = "^3.1.2"
SQLAlchemy = "2.0.22"
APScheduler = "3.10.4"
groundlight = ">=0.13.1, <0.17.0"
groundlight = ">=0.13.1, <0.16.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit 7d8b21c

Please sign in to comment.