File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 34
34
run : |
35
35
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
36
36
python -m pip install -U -e .[dev]
37
+ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-http-v2]
37
38
python setup.py build
38
39
- name : Running 3.7 Tests
39
40
if : matrix.python-version == 3.7
Original file line number Diff line number Diff line change 59
59
python -m pip install --upgrade pip
60
60
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
61
61
python -m pip install -U -e .[dev]
62
- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings ]
63
-
62
+ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-http-v2 ]
63
+
64
64
# Retry a couple times to avoid certificate issue
65
65
retry 5 python setup.py build
66
66
retry 5 python setup.py webhost --branch-name=dev
You can’t perform that action at this time.
0 commit comments