Skip to content

Commit 605c0fa

Browse files
committed
WIP: try uv PR
Signed-off-by: Henry Schreiner <[email protected]>
1 parent b839dec commit 605c0fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,15 @@ 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+
env:
107+
GH_TOKEN: ${{ github.token }}
108+
109+
- run: echo "${{ github.workspace }}/uv/target/release" >> $GITHUB_PATH
102110

103111
- name: Free up disk space
104112
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)