Skip to content

Commit e6cfcd4

Browse files
committed
no cargo, too slow
1 parent 99957f3 commit e6cfcd4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ jobs:
134134
fail-fast: false
135135
matrix:
136136
include:
137-
- os: ubuntu-latest
138-
package-manager: cargo
139137
- os: macos-latest
140138
package-manager: homebrew
141139
- os: windows-latest
@@ -152,14 +150,6 @@ jobs:
152150
- name: Install uvhow
153151
run: pip install -e .
154152

155-
- name: Install via Cargo
156-
if: matrix.package-manager == 'cargo'
157-
run: |
158-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
159-
source ~/.cargo/env
160-
cargo install --git https://github.com/astral-sh/uv uv
161-
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
162-
163153
- name: Install via Homebrew
164154
if: matrix.package-manager == 'homebrew'
165155
run: |

0 commit comments

Comments
 (0)