Skip to content

Commit

Permalink
removing the cache and trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Jun 25, 2024
1 parent c2c9bcf commit 63bf013
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,22 +245,13 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

- name: Load Cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
with:
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.13.1'

- 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.14.0"
groundlight = ">=0.13.1"

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

0 comments on commit 63bf013

Please sign in to comment.