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 67
67
68
68
# Retry a couple times to avoid certificate issue
69
69
retry 5 python setup.py build
70
- retry 5 python setup.py webhost
70
+ retry 5 python setup.py webhost --branch-name=dev
71
71
retry 5 python setup.py extension
72
72
- name : Running 3.6 Tests
73
73
if : matrix.python-version == 3.6
Original file line number Diff line number Diff line change 39
39
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U -e .[dev]
40
40
python -m pip install -q --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
41
41
python setup.py build
42
- python setup.py webhost
42
+ python setup.py webhost --branch-name=dev
43
43
python setup.py extension
44
44
- name : Build and Run the Docker image
45
45
run : |
Original file line number Diff line number Diff line change 64
64
65
65
# Retry a couple times to avoid certificate issue
66
66
retry 5 python setup.py build
67
- retry 5 python setup.py webhost
67
+ retry 5 python setup.py webhost --branch-name=dev
68
68
retry 5 python setup.py extension
69
69
- name : Test with pytest
70
70
run : |
You can’t perform that action at this time.
0 commit comments