Skip to content

Commit 0acba47

Browse files
committed
WIP: try uv PR
Signed-off-by: Henry Schreiner <[email protected]>
1 parent f3ad0e3 commit 0acba47

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,13 @@ jobs:
9898
python-version: ${{ matrix.python_version }}
9999
allow-prereleases: true
100100

101-
- uses: astral-sh/setup-uv@v7
101+
- 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
102108

103109
- name: Free up disk space
104110
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)