Skip to content

Commit e81bfd1

Browse files
committed
cleanup
1 parent 4e7f9d3 commit e81bfd1

File tree

2 files changed

+1649
-2
lines changed

2 files changed

+1649
-2
lines changed

.github/workflows/dist-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
if: runner.os == 'macOS'
7878
run: brew install pkg-config
7979

80-
- name: Install cibuildwheel
81-
run: python -m pip install "cibuildwheel>=2.4,<3"
80+
- name: Install deps
81+
run: python -m pip install "cibuildwheel>=2.4,<3" uv rust-just
8282

8383
- name: Build MacOS Py39 Wheels
8484
if: ${{ matrix.python == 'cp39' && matrix.buildplat[0] == 'macos-11' }}

0 commit comments

Comments
 (0)