Skip to content

Commit

Permalink
Merge pull request #258 from bgilbert/auditwheel
Browse files Browse the repository at this point in the history
workflows: skip installing setuptools
  • Loading branch information
bgilbert authored Feb 4, 2024
2 parents 2939610 + 8ba2a3b commit 9ad0331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install Python tools
run: |
python -m pip install --upgrade pip
pip install auditwheel build jinja2 pytest setuptools
pip install auditwheel build jinja2 pytest
- name: Install OpenSlide
run: |
case "${{ matrix.os }}" in
Expand Down

0 comments on commit 9ad0331

Please sign in to comment.