Skip to content

Commit 0293e1b

Browse files
committed
install numba
1 parent b07aa6e commit 0293e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
sudo apt update
27-
sudo apt install -y build-essential libopenmpi-dev openmpi-bin python3-numpy python3-numba cython3 python3-mpi4py
27+
sudo apt install -y build-essential libopenmpi-dev openmpi-bin python3-numpy cython3 python3-mpi4py
2828
python -m pip install --upgrade pip
29-
pip install pfft-python mpsort
29+
pip install pfft-python mpsort numba
3030
pip install build pytest pytest-mpi
3131
- name: Build
3232
run: |

0 commit comments

Comments
 (0)