We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f31ab1 commit 77ce0f3Copy full SHA for 77ce0f3
1 file changed
.github/workflows/run_test.yml
@@ -16,8 +16,8 @@ jobs:
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install packages
19
- run: >
20
- sudo apt-get install python-numpy python3-numpy
+ run: |
+ sudo apt-get install python-numpy python3-numpy \
21
cython3 python-setuptools python3-setuptools lcov
22
- name: Install dependencies
23
run: |
0 commit comments