There was an error while loading. Please reload this page.
2 parents f5e1b10 + 7ef7245 commit cf94a26Copy full SHA for cf94a26
2 files changed
.github/workflows/cygwin-test.yml
@@ -55,10 +55,15 @@ jobs:
55
# and cause subsequent tests to fail
56
cat test/fixtures/.gitconfig >> ~/.gitconfig
57
58
+ - name: Ensure the "pip" command is available
59
+ run: |
60
+ # This is used unless, and before, an updated pip is installed.
61
+ ln -s pip3 /usr/bin/pip
62
+
63
- name: Update PyPA packages
64
run: |
65
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
- python -m pip install -U pip $(pip freeze --all | grep -oF setuptools) wheel
66
+ python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
67
68
- name: Install project and test dependencies
69
.github/workflows/pythonpackage.yml
@@ -56,7 +56,7 @@ jobs:
0 commit comments