We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 048a13a + 6903eed commit b3fc2deCopy full SHA for b3fc2de
.github/workflows/build_docs.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version-file: ".python-version"
26
27
- name: Install uv
28
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v7
29
30
- name: Install the project
31
run: uv sync --extra docs
.github/workflows/reproduce_results.yml
@@ -31,7 +31,7 @@ jobs:
32
33
34
35
36
37
run: uv sync
0 commit comments