Skip to content

Commit a3316f8

Browse files
committed
pin pip
1 parent f10ccf4 commit a3316f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci_ut_workflow.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,9 @@ jobs:
5656
done
5757
}
5858
59-
python -m pip install --upgrade pip
59+
python -m pip install --upgrade pip==23.0
6060
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
6161
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
6562
6663
# Retry a couple times to avoid certificate issue
6764
retry 5 python setup.py build

0 commit comments

Comments
 (0)