Skip to content

Commit

Permalink
Fix poetry for github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
milesha committed Oct 29, 2024
1 parent 08f2d20 commit a75d1ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-intelligence-service-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
virtualenvs-in-project: true
virtualenvs-path: .venv
installer-parallel: true

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v4
with:
path: .venv
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}

- name: Install Python dependencies
working-directory: server/intelligence-service
Expand Down

0 comments on commit a75d1ba

Please sign in to comment.