Skip to content

Commit ace9eea

Browse files
committed
Try not upgrading/installing pip/setuptools either on Cygwin
1 parent f5992d2 commit ace9eea

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ jobs:
6060
# This is used unless, and before, an updated pip is installed.
6161
ln -s pip3 /usr/bin/pip
6262
63-
- name: Update PyPA packages
64-
run: |
65-
# Get the latest pip, and prior to Python 3.12, setuptools.
66-
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools)
67-
6863
- name: Install project and test dependencies
6964
run: |
7065
pip install ".[test]"

0 commit comments

Comments
 (0)