Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidev authored Dec 18, 2024
1 parent 5a3ac31 commit 0cf6a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.13.0'
versionSpec: '3.x' # Changed from 3.12 to 3.x
addToPath: true
token: $(GITHUB_TOKEN) # Added GitHub token
- bash: python ci/generate_azure_pipelines_matrices.py
name: mtrx
displayName: Generate test matrices and set variables in Azure Pipelines
Expand Down

0 comments on commit 0cf6a00

Please sign in to comment.