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

Commit4605dd6

Browse files
committed
Install pip in venv in separate step
1 parentf401b10 commit4605dd6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,13 @@ jobs:
5858
5959
-name:Set up virtualenv
6060
run:|
61-
python3.9 -m venv .venv
61+
python3.9 -m venv--without-pip.venv
6262
echo 'BASH_ENV=.venv/bin/activate' >>"$GITHUB_ENV"
6363
64+
-name:Install pip in virtualenv
65+
run:|
66+
python -m ensurepip
67+
6468
-name:Update PyPA packages
6569
run:|
6670
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp