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 e879a5a commit aa8a321Copy full SHA for aa8a321
.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
@@ -60,7 +60,7 @@ jobs:
60
libnuma-dev libdnnl-dev opencl-dev
61
62
63
64
65
66
python-version: ${{ matrix.pyv }}
0 commit comments