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