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 77ce0f3 commit f0a0269Copy full SHA for f0a0269
1 file changed
.github/workflows/run_test.yml
@@ -17,12 +17,11 @@ jobs:
17
python-version: ${{ matrix.python-version }}
18
- name: Install packages
19
run: |
20
- sudo apt-get install python-numpy python3-numpy \
21
- cython3 python-setuptools python3-setuptools lcov
+ sudo apt-get install cython3 lcov
22
- name: Install dependencies
23
24
python -m pip install --upgrade pip
25
- pip install coverage
+ pip install coverage numpy setuptools
26
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27
- name: Build, run test and coverage
28
0 commit comments