We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f10ccf4 commit a3316f8Copy full SHA for a3316f8
.github/workflows/ci_ut_workflow.yml
@@ -56,12 +56,9 @@ jobs:
56
done
57
}
58
59
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip==23.0
60
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
61
python -m pip install -U -e .[dev]
62
- if [[ "${{ matrix.python-version }}" != "3.7" && "${{ matrix.python-version }}" != "3.8" ]]; then
63
- python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre -U -e .[test-deferred-bindings]
64
- fi
65
66
# Retry a couple times to avoid certificate issue
67
retry 5 python setup.py build
0 commit comments