Skip to content

Commit cd00e0b

Browse files
committed
CI: update uv github action and disable cache
1 parent 9e2d8c7 commit cd00e0b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ jobs:
7272
python-version: ${{ matrix.python-version }}
7373

7474
- name: Install uv
75-
uses: astral-sh/setup-uv@v6
75+
uses: astral-sh/setup-uv@v7
76+
with:
77+
enable-cache: false
7678

7779
- name: Extract exact python and os version
7880
id: exact_versions

.github/workflows/nightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
python-version: ${{ matrix.python-version }}
3030

3131
- name: Install uv
32-
uses: astral-sh/setup-uv@v6
32+
uses: astral-sh/setup-uv@v7
33+
with:
34+
enable-cache: false
3335

3436
- name: Download Bitcoin & install binaries
3537
run: |

0 commit comments

Comments
 (0)