Skip to content

Commit

Permalink
Upgraded azure python version to python 3.12
Browse files Browse the repository at this point in the history
Signed-off-by: David Davó <[email protected]>
  • Loading branch information
daviddavo committed Jul 31, 2024
1 parent 3b0d1a1 commit 108c8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azureml-release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.12"
- name: Install wheel package
run: pip install wheel
- name: Create wheel from setup.py
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/azureml_tests/submit_groupwise_azureml_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def parse_args():
parser.add_argument(
"--python-version",
action="store",
default="3.8",
default="3.12",
help="Python version",
)
parser.add_argument(
Expand Down

0 comments on commit 108c8a0

Please sign in to comment.