Skip to content

Commit 3e26242

Browse files
author
Victoria Hall
committed
install importlib_metdata for 3.7
1 parent 5112222 commit 3e26242

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/templates/jobs/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- bash: |
2828
python -m pip install -U pip
2929
python -m pip install build
30+
if [[ $(PYTHON_VERSION) == "3.7" ]]; then
31+
python -m pip install importlib_metadata
32+
fi
3033
python -m build
3134
displayName: 'Build Python SDK for $(PYTHON_VERSION)'
3235
- bash: |

0 commit comments

Comments
 (0)