centralize workflow python version via AZUREML_NOTEBOOKS_PYTHON_VERSION#4068
Open
Chakradhar886 wants to merge 6 commits into
Open
centralize workflow python version via AZUREML_NOTEBOOKS_PYTHON_VERSION#4068Chakradhar886 wants to merge 6 commits into
Chakradhar886 wants to merge 6 commits into
Conversation
Chakradhar886
force-pushed
the
chakradhar/tutorials/pythonversion-upgrade
branch
from
July 13, 2026 04:09
7d27493 to
9ee3846
Compare
Chakradhar886
force-pushed
the
chakradhar/tutorials/pythonversion-upgrade
branch
from
July 13, 2026 04:10
9ee3846 to
8729cf3
Compare
Chakradhar886
marked this pull request as ready for review
July 16, 2026 05:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updated selected workflow files to use AZUREML_NOTEBOOKS_PYTHON_VERSION as the single source of truth for workflow Python version.
This removes hardcoded Python version values across multiple workflow files.
This makes it easier to validate the same workflows against a different Python version when needed.
Restored the mlflow<3 snippet in the distributed PyTorch tutorial notebook.
Checklist