Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 4df9eff

Browse files
committed
try to get conditional to work 9
1 parent e9cda8e commit 4df9eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/posix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
${{ insert }}: ${{ parameters.matrix }}
21-
AZURE_PYTHON_VERSION: ${{ coalesce ( parameters.AZURE_PYTHON_VERSION, parameters.MB_PYTHON_VERSION ) }}
21+
AZURE_PYTHON_VERSION: ${{ coalesce ( parameters.matrix.AZURE_PYTHON_VERSION, parameters.matrix.MB_PYTHON_VERSION ) }}
2222

2323
steps:
2424
- checkout: self

0 commit comments

Comments
 (0)