Skip to content

Commit 77ce0f3

Browse files
committed
wrap line
1 parent 7f31ab1 commit 77ce0f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install packages
19-
run: >
20-
sudo apt-get install python-numpy python3-numpy
19+
run: |
20+
sudo apt-get install python-numpy python3-numpy \
2121
cython3 python-setuptools python3-setuptools lcov
2222
- name: Install dependencies
2323
run: |

0 commit comments

Comments
 (0)