File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323
2424 - name : Install dependencies
2525 run : |
26- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools build setuptools setuptools_scm wheel
26+ python${{ matrix.python-version }} -m pip install --upgrade ' pip<26' pip-tools build setuptools setuptools_scm wheel
2727 python${{ matrix.python-version }} -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}.txt
2828 python${{ matrix.python-version }} -m pip install --no-deps .
2929
5454
5555 - name : Install dependencies
5656 run : |
57- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools build setuptools setuptools_scm wheel
57+ python${{ matrix.python-version }} -m pip install --upgrade ' pip<26' pip-tools build setuptools setuptools_scm wheel
5858 python${{ matrix.python-version }} -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}.txt
5959 python${{ matrix.python-version }} -m pip install --no-deps .
6060
Original file line number Diff line number Diff line change 6161
6262 - name : Install Python dependencies
6363 run : |
64- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
64+ python${{ matrix.python-version }} -m pip install --upgrade ' pip<26' pip-tools
6565 python${{ matrix.python-version }} -m piptools sync --user requirements/ubuntu-latest_py${{ matrix.python-version }}.txt
6666 # Using non-editable install for testing building of MANIFEST files
6767 python${{ matrix.python-version }} -m pip install --no-deps .
Original file line number Diff line number Diff line change 2727 - name : Upgrade Python dependencies
2828 shell : bash
2929 run : |
30- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
30+ python${{ matrix.python-version }} -m pip install --upgrade ' pip<26' pip-tools
3131 python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
3232 - name : Detect changes
3333 id : changes
You can’t perform that action at this time.
0 commit comments