We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de5e9e commit 14e3a2fCopy full SHA for 14e3a2f
1 file changed
.github/workflows/backend-app.yml
@@ -29,11 +29,8 @@ jobs:
29
- name: Install uv package manager
30
uses: astral-sh/setup-uv@v6
31
with:
32
- enable-cache: true
33
- cache-dependency-glob: backend/uv.lock
34
activate-environment: true
35
working-directory: backend
36
- cache-local-path: ${{ github.workspace }}/backend/.uv_cache
37
38
- name: Install dependencies using uv
39
run: |
0 commit comments