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 9e2d8c7 commit cd00e0bCopy full SHA for cd00e0b
.github/workflows/main.yml
@@ -72,7 +72,9 @@ jobs:
72
python-version: ${{ matrix.python-version }}
73
74
- name: Install uv
75
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
76
+ with:
77
+ enable-cache: false
78
79
- name: Extract exact python and os version
80
id: exact_versions
.github/workflows/nightly.yml
@@ -29,7 +29,9 @@ jobs:
29
30
31
32
33
34
35
36
- name: Download Bitcoin & install binaries
37
run: |
0 commit comments