File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
shell : bash
28
28
run : |
29
29
python -m pip install --upgrade pip pip-tools numpy
30
- python -m piptools compile -q --upgrade -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
31
- python -m piptools compile -q --upgrade --all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
30
+ python -m piptools compile -q --upgrade --resolver=backtracking - o requirements/${{ matrix.os }}_py${{ matrix.python-version }}.txt pyproject.toml
31
+ python -m piptools compile -q --upgrade --resolver=backtracking -- all-extras -o requirements/${{ matrix.os }}_py${{ matrix.python-version }}_extras.txt pyproject.toml
32
32
- name : Detect changes
33
33
id : changes
34
34
shell : bash
You can’t perform that action at this time.
0 commit comments