We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ad0e3 commit 0acba47Copy full SHA for 0acba47
1 file changed
.github/workflows/test.yml
@@ -98,7 +98,13 @@ 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
+
107
+ - run: echo "${{ github.workspace }}/uv/target/release" >> $GITHUB_PATH
108
109
- name: Free up disk space
110
if: runner.os == 'Linux'
0 commit comments