Skip to content

Commit 12152a2

Browse files
committed
Re-enable jsonl generation for macos and linux
1 parent 1f9e48f commit 12152a2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

azure-pipelines.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
jobs:
88
- job: 'JSONL'
99
# Manually enable for generating JSONL
10-
condition: false
10+
condition: true
1111
strategy:
1212
matrix:
1313
Python39Mac:
@@ -80,16 +80,15 @@ jobs:
8080
condition: true
8181
strategy:
8282
matrix:
83-
#Python39Mac:
84-
# imageName: 'macos-latest'
85-
# python.version: '3.9'
83+
Python39Mac:
84+
imageName: 'macos-latest'
85+
python.version: '3.9'
8686
Python39Windows:
8787
imageName: 'windows-latest'
8888
python.version: '3.9'
89-
#Python39Linux:
90-
#imageName: 'ubuntu-22.04'
91-
#python.version: '3.9'
92-
89+
Python39Linux:
90+
imageName: 'ubuntu-22.04'
91+
python.version: '3.9'
9392
maxParallel: 4
9493
pool:
9594
vmImage: $(imageName)

0 commit comments

Comments
 (0)