Skip to content

Commit f0a0269

Browse files
committed
install packages via pip
1 parent 77ce0f3 commit f0a0269

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/run_test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ jobs:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install packages
1919
run: |
20-
sudo apt-get install python-numpy python3-numpy \
21-
cython3 python-setuptools python3-setuptools lcov
20+
sudo apt-get install cython3 lcov
2221
- name: Install dependencies
2322
run: |
2423
python -m pip install --upgrade pip
25-
pip install coverage
24+
pip install coverage numpy setuptools
2625
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2726
- name: Build, run test and coverage
2827
run: |

0 commit comments

Comments
 (0)