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

Commitbd3307a

Browse files
committed
Make "Update PyPA packages" step clearer
1 parent6fbe511 commitbd3307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
5151
-name:Update PyPA packages
5252
run:|
53-
python -m pip install --upgrade pip
53+
python -m pip install --upgrade pip wheel
54+
55+
# Python prior to 3.12 ships setuptools. Upgrade it if present.
5456
if pip freeze --all | grep --quiet '^setuptools=='; then
55-
# Python prior to 3.12 ships setuptools. Upgrade it if present.
5657
python -m pip install --upgrade setuptools
5758
fi
58-
python -m pip install --upgrade wheel
5959
6060
-name:Install project and test dependencies
6161
run:|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp