diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b6ef96c..2b4cc47 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,7 +8,7 @@ jobs: inputs: versionSpec: '3.7' addToPath: true - - bash: python generate_azure_pipelines_matrices.py + - bash: python ci/generate_azure_pipelines_matrices.py name: mtrx displayName: Generate test matrices and set variables in Azure Pipelines diff --git a/generate_azure_pipelines_matrices.py b/ci/generate_azure_pipelines_matrices.py similarity index 100% rename from generate_azure_pipelines_matrices.py rename to ci/generate_azure_pipelines_matrices.py