File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Install dependencies
34
34
run : |
35
+ python -m pip install --upgrade pip==23.0
35
36
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
36
37
python -m pip install -U -e .[dev]
37
38
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then
Original file line number Diff line number Diff line change 58
58
done
59
59
}
60
60
61
- python -m pip install --upgrade pip
61
+ python -m pip install --upgrade pip==23.0
62
62
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
63
63
python -m pip install -U -e .[dev]
64
64
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then
Original file line number Diff line number Diff line change 56
56
done
57
57
}
58
58
59
- python -m pip install --upgrade pip
59
+ python -m pip install --upgrade pip==23.0
60
60
python -m pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple -U azure-functions --pre
61
61
python -m pip install -U -e .[dev]
62
62
if [[ "${{ matrix.python-version }}" != "3.7" ]]; then
You can’t perform that action at this time.
0 commit comments