We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970d575 commit 9f72df7Copy full SHA for 9f72df7
1 file changed
build/ci/vscode-python-ci.yaml
@@ -271,11 +271,11 @@ stages:
271
dependsOn: []
272
strategy:
273
matrix:
274
- # 'Mac-Py3.7':
275
- # PythonVersion: '3.7'
276
- # VMImageName: 'macos-10.13'
277
- # TestsToRun: 'testSmoke'
278
- # NeedsPythonTestReqs: true
+ 'Mac-Py3.7':
+ PythonVersion: '3.7'
+ VMImageName: 'macos-10.13'
+ TestsToRun: 'testSmoke'
+ NeedsPythonTestReqs: true
279
'Linux-Py3.7':
280
PythonVersion: '3.7'
281
VMImageName: 'ubuntu-16.04'
0 commit comments