Skip to content

Commit 4385c40

Browse files
committed
ci: Stop installing the python3-distutils dpkg
We're creating a virtual environment and installing `setuptools` into it, and that's all we actually need. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
1 parent 6740edc commit 4385c40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,7 @@ jobs:
323323
python3-dev \
324324
python3-pip \
325325
python3-venv \
326-
python3-dbg \
327-
python3-distutils
326+
python3-dbg
328327
- uses: actions/download-artifact@v4
329328
with:
330329
name: "manylinux_x86_64-wheels"

0 commit comments

Comments
 (0)