File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767
6868 # Retry a couple times to avoid certificate issue
6969 retry 5 python setup.py build
70- retry 5 python setup.py webhost
70+ retry 5 python setup.py webhost --branch-name=dev
7171 retry 5 python setup.py extension
7272 - name : Running 3.6 Tests
7373 if : matrix.python-version == 3.6
Original file line number Diff line number Diff line change 3939 python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U -e .[dev]
4040 python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
4141 python setup.py build
42- python setup.py webhost
42+ python setup.py webhost --branch-name=dev
4343 python setup.py extension
4444 - name : Build and Run the Docker image
4545 run : |
Original file line number Diff line number Diff line change 6464
6565 # Retry a couple times to avoid certificate issue
6666 retry 5 python setup.py build
67- retry 5 python setup.py webhost
67+ retry 5 python setup.py webhost --branch-name=dev
6868 retry 5 python setup.py extension
6969 - name : Test with pytest
7070 run : |
You can’t perform that action at this time.
0 commit comments