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 @@ -30,10 +30,10 @@ jobs:
3030 - name : Upgrade Python dependencies
3131 shell : bash
3232 run : |
33- python${{ matrix.python-version }} -m pip install --upgrade pip " pip-tools<7.5"
33+ python${{ matrix.python-version }} -m pip install --upgrade pip pip-tools
3434 cd ${{ matrix.package }}
35- python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking - o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
36- python${{ matrix.python-version }} -m piptools compile -q --upgrade --resolver=backtracking -- all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
35+ python${{ matrix.python-version }} -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt
36+ python${{ matrix.python-version }} -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt
3737 - name : Detect changes
3838 id : changes
3939 shell : bash
You can’t perform that action at this time.
0 commit comments