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 14e3a2f commit 08b86feCopy full SHA for 08b86fe
1 file changed
.github/workflows/frontend-app.yml
@@ -15,9 +15,6 @@ jobs:
15
pytest:
16
runs-on: ubuntu-latest
17
18
- env:
19
- UV_CACHE_DIR: ${{ github.workspace }}/frontend/.uv_cache
20
-
21
permissions:
22
contents: read
23
pull-requests: write
@@ -29,11 +26,8 @@ jobs:
29
26
- name: Install uv package manager
30
27
uses: astral-sh/setup-uv@v6
31
28
with:
32
- enable-cache: true
33
- cache-dependency-glob: frontend/uv.lock
34
activate-environment: true
35
working-directory: frontend
36
- cache-local-path: ${{ github.workspace }}/frontend/.uv_cache
37
38
- name: Install dependencies using uv
39
run: |
0 commit comments