Skip to content

Commit

Permalink
Add python 3.11
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Fierro <[email protected]>
  • Loading branch information
SimonYansenZhao and miguelgfierro committed Sep 4, 2023
1 parent 91be6ae commit 015ce4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azureml-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
max-parallel: 50 # Usage limits: https://docs.github.com/en/actions/learn-github-actions/usage-limits-billing-and-administration
matrix:
python-version: ['"python=3.8"', '"python=3.9"', '"python=3.10"']
python-version: ['"python=3.8"', '"python=3.9"', '"python=3.10"', '"python=3.11"']
test-group: ${{ fromJSON(needs.get-test-groups.outputs.test_groups) }}
steps:
- name: Check out repository code
Expand Down

0 comments on commit 015ce4a

Please sign in to comment.