File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 - name : Upgrade Python dependencies
2424 shell : bash
2525 run : |
26- python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools wheel cython setuptools
26+ python${{ matrix.python-version }} -m pip install --upgrade " pip<25.3" pip-tools wheel cython setuptools
2727 python${{ matrix.python-version }} -m pip install `grep numpy== requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt`
28- python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking - o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
29- python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -- all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
28+ python${{ matrix.python-version }} -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
29+ python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
3030 - name : Detect changes
3131 id : changes
3232 shell : bash
You can’t perform that action at this time.
0 commit comments