diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index 13a01dec4..36378116d 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -55,6 +55,11 @@ jobs: # and cause subsequent tests to fail cat test/fixtures/.gitconfig >> ~/.gitconfig + - name: Ensure the "pip" command is available + run: | + # This is used unless, and before, and updated pip is installed. + ln -s pip3 /usr/bin/pip + - name: Update PyPA packages run: | # Get the latest pip, wheel, and prior to Python 3.12, setuptools.