Skip to content

Commit bed74c8

Browse files
committed
ci: disable uv caching in all builds
1 parent c68d0ff commit bed74c8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/docs-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
python-version: "3.13"
2424
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
25+
with:
26+
enable-cache: false
2527
- run: touch src/fava/static/app.js
2628
- run: make docs
2729
- if: github.repository == 'beancount/fava'

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
with:
3939
python-version: ${{ matrix.py }}
4040
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
41+
with:
42+
enable-cache: false
4143
- run: touch src/fava/static/app.js
4244
- run: make ${{ matrix.make_target }}
4345
test-js:
@@ -76,6 +78,8 @@ jobs:
7678
cache: "npm"
7779
cache-dependency-path: frontend/package-lock.json
7880
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
81+
with:
82+
enable-cache: false
7983
- run: cd frontend && npm ci
8084
- run: uv run --no-dev --group pre-commit pre-commit run -a eslint
8185
- run: cd frontend; npx tsc
@@ -90,5 +94,7 @@ jobs:
9094
with:
9195
python-version: "3.13"
9296
- uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
97+
with:
98+
enable-cache: false
9399
- run: touch src/fava/static/app.js
94100
- run: make mypy

0 commit comments

Comments
 (0)