From 5be7fa10e2d07cc66cf15b9f3c8004b30ea8295a Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 8 Jan 2025 09:25:46 +0100 Subject: [PATCH] Enable jsonl generation --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c8a7e9ca..e5c9bf9e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,15 +7,15 @@ trigger: jobs: - job: 'JSONL' # Manually enable for generating JSONL - condition: false + condition: true strategy: matrix: Python38Mac: imageName: 'macos-latest' - python.version: '3.8' + python.version: '3.9' Python38Windows: imageName: 'windows-latest' - python.version: '3.8' + python.version: '3.9' maxParallel: 4 pool: vmImage: $(imageName)