Skip to content

Commit 08b86fe

Browse files
authored
Update frontend-app.yml
1 parent 14e3a2f commit 08b86fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/frontend-app.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ jobs:
1515
pytest:
1616
runs-on: ubuntu-latest
1717

18-
env:
19-
UV_CACHE_DIR: ${{ github.workspace }}/frontend/.uv_cache
20-
2118
permissions:
2219
contents: read
2320
pull-requests: write
@@ -29,11 +26,8 @@ jobs:
2926
- name: Install uv package manager
3027
uses: astral-sh/setup-uv@v6
3128
with:
32-
enable-cache: true
33-
cache-dependency-glob: frontend/uv.lock
3429
activate-environment: true
3530
working-directory: frontend
36-
cache-local-path: ${{ github.workspace }}/frontend/.uv_cache
3731

3832
- name: Install dependencies using uv
3933
run: |

0 commit comments

Comments
 (0)