Skip to content

Commit

Permalink
👷 ci: Fix pypackages cache
Browse files Browse the repository at this point in the history
  • Loading branch information
phlmn committed Jan 10, 2025
1 parent e9b42b3 commit e7e0298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: actions/cache@v3
with:
path: |
backend/__pypackages__/
backend/.venv/
key: ${{ runner.os }}-${{ runner.arch }}-pypackages-${{ hashFiles('backend/uv.lock', 'proto/transcribee_proto/*.py') }}

- name: Setup worker pypackages cache
uses: actions/cache@v3
with:
path: |
worker/__pypackages__/
worker/.venv/
key: ${{ runner.os }}-${{ runner.arch }}-pypackages-${{ hashFiles('worker/uv.lock', 'proto/transcribee_proto/*.py') }}

- name: install dependencies
Expand Down

0 comments on commit e7e0298

Please sign in to comment.