Skip to content

Commit 8ba2a3b

Browse files
committed
workflows: skip installing setuptools
auditwheel 6.0.0 no longer requires it. Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 2939610 commit 8ba2a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install Python tools
8686
run: |
8787
python -m pip install --upgrade pip
88-
pip install auditwheel build jinja2 pytest setuptools
88+
pip install auditwheel build jinja2 pytest
8989
- name: Install OpenSlide
9090
run: |
9191
case "${{ matrix.os }}" in

0 commit comments

Comments
 (0)