Skip to content

Commit bab62ad

Browse files
fix: use internal feed as extra index, keep PyPI as primary
The feed's PyPI upstream is not resolving packages. Revert to using the internal feed as PIP_EXTRA_INDEX_URL (default) so pip can still reach public PyPI for standard dependencies. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 9970d79 commit bab62ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,12 @@ extends:
5252
displayName: Authenticate with Azure Artifacts
5353
inputs:
5454
artifactFeeds: microsoftgraph/GraphDeveloperExperiences_Public
55-
onlyAddExtraIndex: false
5655

5756
- script: python -m pip install --upgrade pip
5857
displayName: Upgrade pip
5958
workingDirectory: $(Build.SourcesDirectory)
6059

61-
- script: pip install -e ".[dev]" --no-build-isolation
60+
- script: pip install -e ".[dev]"
6261
displayName: Install dependencies
6362
workingDirectory: $(Build.SourcesDirectory)
6463

0 commit comments

Comments
 (0)