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 f3ad0e3 commit 5592c6eCopy full SHA for 5592c6e
.github/workflows/test.yml
@@ -98,7 +98,15 @@ jobs:
98
python-version: ${{ matrix.python_version }}
99
allow-prereleases: true
100
101
- - uses: astral-sh/setup-uv@v7
+ - run: |
102
+ gh repo clone astral-sh/uv
103
+ cd uv
104
+ gh co 16686
105
+ cargo build --release
106
+ env:
107
+ GH_TOKEN: ${{ github.token }}
108
+
109
+ - run: echo "${{ github.workspace }}/uv/target/release" >> $GITHUB_PATH
110
111
- name: Free up disk space
112
if: runner.os == 'Linux'
0 commit comments