Skip to content

Commit a66b0d8

Browse files
committed
Try not upgrading setuptools
1 parent b3de81b commit a66b0d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Cygwin
3131
uses: cygwin/cygwin-install-action@v4
3232
with:
33-
packages: python39=3.9.16-1 python39-pip python39-virtualenv git
33+
packages: python39 python39-pip python39-virtualenv git
3434
add-to-path: false # No need to change $PATH outside the Cygwin environment.
3535

3636
- name: Arrange for verbose output
@@ -62,8 +62,8 @@ jobs:
6262
6363
- name: Update PyPA packages
6464
run: |
65-
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
66-
python -m pip -vvv install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
65+
# Get the latest pip and wheel.
66+
python -m pip -vvv install -U pip wheel
6767
6868
- name: Install project and test dependencies
6969
run: |

0 commit comments

Comments
 (0)