Skip to content

Commit

Permalink
use cached venv, new sdk branch
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-groundlight committed Jun 25, 2024
1 parent 30016ea commit 0b8ff87
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,12 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

- name: Install Dependencies
run: |
poetry install
- 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 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.
Expand Down

0 comments on commit 0b8ff87

Please sign in to comment.