We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9e48f commit 12152a2Copy full SHA for 12152a2
azure-pipelines.yml
@@ -7,7 +7,7 @@ trigger:
7
jobs:
8
- job: 'JSONL'
9
# Manually enable for generating JSONL
10
- condition: false
+ condition: true
11
strategy:
12
matrix:
13
Python39Mac:
@@ -80,16 +80,15 @@ jobs:
80
condition: true
81
82
83
- #Python39Mac:
84
- # imageName: 'macos-latest'
85
- # python.version: '3.9'
+ Python39Mac:
+ imageName: 'macos-latest'
+ python.version: '3.9'
86
Python39Windows:
87
imageName: 'windows-latest'
88
python.version: '3.9'
89
- #Python39Linux:
90
- #imageName: 'ubuntu-22.04'
91
- #python.version: '3.9'
92
-
+ Python39Linux:
+ imageName: 'ubuntu-22.04'
93
maxParallel: 4
94
pool:
95
vmImage: $(imageName)
0 commit comments