Skip to content

Commit de028b6

Browse files
committed
fix
1 parent fa52c76 commit de028b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci_consumption_workflow.yml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
3636
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]
3738
python setup.py build
3839
- name: Running 3.7 Tests
3940
if: matrix.python-version == 3.7

.github/workflows/ci_ut_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ 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-
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+
6464
# Retry a couple times to avoid certificate issue
6565
retry 5 python setup.py build
6666
retry 5 python setup.py webhost --branch-name=dev

0 commit comments

Comments
 (0)