Skip to content

Commit 9970d79

Browse files
fix: remove explicit setuptools install, rely on agent pre-installed version
The feed's PyPI upstream is not resolving any packages. Use --no-build-isolation to leverage the setuptools already present on the hosted agent. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8fd3267 commit 9970d79

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ extends:
5858
displayName: Upgrade pip
5959
workingDirectory: $(Build.SourcesDirectory)
6060

61-
- script: pip install setuptools>=65.5.0 wheel
62-
displayName: Install build dependencies
63-
workingDirectory: $(Build.SourcesDirectory)
64-
6561
- script: pip install -e ".[dev]" --no-build-isolation
6662
displayName: Install dependencies
6763
workingDirectory: $(Build.SourcesDirectory)

0 commit comments

Comments
 (0)