Skip to content

Commit

Permalink
ci/macOS: provide range for Python version
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Aug 6, 2024
1 parent 35f9112 commit 8daaf2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
clean: true
- task: UsePythonVersion@0
inputs:
versionSpec: '3.11'
versionSpec: '3.x'
addToPath: true
- script: ./CI/macOS/install_deps
displayName: "Install Dependencies"
Expand Down

0 comments on commit 8daaf2e

Please sign in to comment.