Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf94a26

Browse files
authored
Merge pull request#1784 from EliahKagan/cygwin-pip
Add missing pip in $PATH on Cygwin CI
2 parentsf5e1b10 +7ef7245 commitcf94a26

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,15 @@ jobs:
5555
# and cause subsequent tests to fail
5656
cat test/fixtures/.gitconfig >> ~/.gitconfig
5757
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+
5863
-name:Update PyPA packages
5964
run:|
6065
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
61-
python -m pip install -U pip $(pip freeze --all | grep -oFsetuptools) wheel
66+
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
6267
6368
-name:Install project and test dependencies
6469
run:|

‎.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
-name:Update PyPA packages
5757
run:|
5858
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
59-
python -m pip install -U pip $(pip freeze --all | grep -oFsetuptools) wheel
59+
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
6060
6161
-name:Install project and test dependencies
6262
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp