Skip to content

Commit fb74a7a

Browse files
[formrecognizer] fix specified py3.9 version in tests.yml (Azure#15830)
Devops can't find specific version == 3.9.0 so change to just 3.9. Form Recognizer has a custom matrix so this isn't a problem globally. https://dev.azure.com/azure-sdk/internal/_build/results?buildId=657059&view=logs&j=ee7075db-cef6-5179-b1aa-99257e6c4c16&t=7b27ccf4-ea16-59a3-0c84-9fbb8a114e86
1 parent 1120546 commit fb74a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/formrecognizer/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
CoverageArg: '--disablecov'
3131
Linux_Python39:
3232
OSVmImage: 'ubuntu-18.04'
33-
PythonVersion: '3.9.0'
33+
PythonVersion: '3.9'
3434
CoverageArg: ''
3535
${{ if not(contains(variables['Build.DefinitionName'], 'prod')) }}:
3636
Matrix:
@@ -44,7 +44,7 @@ jobs:
4444
CoverageArg: '--disablecov'
4545
Linux_Python39:
4646
OSVmImage: 'ubuntu-18.04'
47-
PythonVersion: '3.9.0'
47+
PythonVersion: '3.9'
4848
CoverageArg: ''
4949
EnvVars:
5050
AZURE_FORM_RECOGNIZER_PYTHON_CANARY_API_KEY: $(python-formrecognizer-test-canary-api-key)

0 commit comments

Comments
 (0)