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 555a2bc commit d494c5eCopy full SHA for d494c5e
.github/workflows/release.yaml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
24
- name: Install the latest version of uv
25
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
26
with:
27
version: "latest"
28
python-version: 3.12
.github/workflows/tests.yaml
@@ -59,7 +59,7 @@ jobs:
59
libnuma-dev libdnnl-dev opencl-dev
60
61
62
63
64
65
python-version: ${{ matrix.pyv }}
0 commit comments