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

Commit20e38f4

Browse files
authored
Merge pull request#22756 from QuLogic/fix-azure
CI: Use system distutils instead of the setuptools copy
2 parents162e306 +a163ec3 commit20e38f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ stages:
130130
displayName: 'Install dependencies with pip'
131131
132132
-bash:|
133-
python -m pip install -ve . ||
133+
# Due to https://github.com/pypa/setuptools/pull/2896
134+
SETUPTOOLS_USE_DISTUTILS=stdlib python -m pip install -ve . ||
134135
[[ "$PYTHON_VERSION" = 'Pre' ]]
135136
displayName: "Install self"
136137

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp