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

Commita2b73ca

Browse files
committed
Use the pip bootstrap script instead
1 parenta5fee41 commita2b73ca

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@v5
3232
with:
33-
packages:python39 python39-pip python39-virtualenvpython39-wheelgit
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
@@ -61,9 +61,9 @@ jobs:
6161
python3.9 -m venv --without-pip .venv
6262
echo 'BASH_ENV=.venv/bin/activate' >>"$GITHUB_ENV"
6363
64-
-name:Install pip in virtualenv
64+
-name:Bootstrap pip in virtualenv
6565
run:|
66-
python -m ensurepip
66+
wget -qO- https://bootstrap.pypa.io/get-pip.py | python
6767
6868
-name:Update PyPA packages
6969
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp