Skip to content

Commit d5b7434

Browse files
committed
remove uv from build wheels ci job
1 parent c744d37 commit d5b7434

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,6 @@ jobs:
9797
steps:
9898
- uses: actions/checkout@v3
9999

100-
- name: Install uv
101-
uses: astral-sh/setup-uv@v4
102-
with:
103-
enable-cache: true
104-
105-
- name: Set up Python
106-
run: uv python install 3.13
107-
108100
- name: Build wheels
109101
uses: pypa/[email protected]
110102
env:

0 commit comments

Comments
 (0)