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.
2 parents a396910 + 1918d9d commit 7adc760Copy full SHA for 7adc760
2 files changed
.github/workflows/python-package.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Graphviz
31
uses: ts-graphviz/setup-graphviz@v2
32
- name: Install uv
33
- uses: astral-sh/setup-uv@v8
+ uses: astral-sh/setup-uv@v8.1.0
34
with:
35
enable-cache: true
36
cache-suffix: "python${{ matrix.python-version }}"
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
0 commit comments