Skip to content

Commit d062420

Browse files
authored
Remove wheel installation from github action (#4843)
## Why `uv build --wheel` does not need wheel package.
1 parent 39891ac commit d062420

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/setup-build-environment/action.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,3 @@ runs:
4343
with:
4444
version: "0.9.1"
4545
args: "--version"
46-
47-
- name: Pull external libraries
48-
run: |
49-
go mod download
50-
pip3 install wheel==0.45.1
51-
shell: bash

0 commit comments

Comments
 (0)