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 28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
30
30
run : |
31
+ python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
31
32
python -m pip install -U -e .[dev]
32
33
python setup.py build
33
34
- name : Running 3.7 Tests
Original file line number Diff line number Diff line change 58
58
}
59
59
60
60
python -m pip install --upgrade pip
61
- python -m pip install -U -e .[dev]
62
61
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
+
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
Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
python -m pip install --upgrade pip
58
- python -m pip install -U -e .[dev]
59
58
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]
60
60
61
61
# Retry a couple times to avoid certificate issue
62
62
retry 5 python setup.py build
Original file line number Diff line number Diff line change 106
106
]
107
107
108
108
INSTALL_REQUIRES = [
109
- "azure-functions==1.13.3 " ,
109
+ "azure-functions==1.14.0 " ,
110
110
"python-dateutil~=2.8.2"
111
111
]
112
112
You can’t perform that action at this time.
0 commit comments