Skip to content

Commit

Permalink
Try to fix azure tests error with macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jul 2, 2024
1 parent a397834 commit 1965653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
vmImage: macOS-latest
timeoutInMinutes: 360
strategy:
matrix:
macos_python310:
python.version: '3.10'
matrix:
Python310:
python.version: '3.10'

steps:
- task: UsePythonVersion@0
Expand Down

0 comments on commit 1965653

Please sign in to comment.