File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2828 python-version : ${{ matrix.python-version }}
2929 - name : Install dependencies
3030 run : |
31+ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
3132 python -m pip install -U -e .[dev]
3233 python setup.py build
3334 - name : Running 3.7 Tests
Original file line number Diff line number Diff line change 5858 }
5959
6060 python -m pip install --upgrade pip
61- python -m pip install -U -e .[dev]
6261 python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
63-
62+ python -m pip install -U -e .[dev]
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
Original file line number Diff line number Diff line change 5555 }
5656
5757 python -m pip install --upgrade pip
58- python -m pip install -U -e .[dev]
5958 python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
59+ python -m pip install -U -e .[dev]
6060
6161 # Retry a couple times to avoid certificate issue
6262 retry 5 python setup.py build
Original file line number Diff line number Diff line change 106106]
107107
108108INSTALL_REQUIRES = [
109- "azure-functions==1.13.3 " ,
109+ "azure-functions==1.14.0 " ,
110110 "python-dateutil~=2.8.2"
111111]
112112
You can’t perform that action at this time.
0 commit comments