Skip to content

Commit f10ccf4

Browse files
committed
unit tests
1 parent 082d7ef commit f10ccf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_ut_workflow.yml

+3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
python -m pip install --upgrade pip
6060
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
6161
python -m pip install -U -e .[dev]
62+
if [[ "${{ matrix.python-version }}" != "3.7" && "${{ matrix.python-version }}" != "3.8" ]]; then
63+
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings]
64+
fi
6265
6366
# Retry a couple times to avoid certificate issue
6467
retry 5 python setup.py build

0 commit comments

Comments
 (0)