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 b07aa6e commit 0293e1bCopy full SHA for 0293e1b
.github/workflows/main.yaml
@@ -24,9 +24,9 @@ jobs:
24
- name: Install dependencies
25
run: |
26
sudo apt update
27
- sudo apt install -y build-essential libopenmpi-dev openmpi-bin python3-numpy python3-numba cython3 python3-mpi4py
+ sudo apt install -y build-essential libopenmpi-dev openmpi-bin python3-numpy cython3 python3-mpi4py
28
python -m pip install --upgrade pip
29
- pip install pfft-python mpsort
+ pip install pfft-python mpsort numba
30
pip install build pytest pytest-mpi
31
- name: Build
32
0 commit comments