Skip to content

Commit

Permalink
install libmpich-dev_4.0-3 using wget
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev committed Jan 17, 2025
1 parent ea3b218 commit db90edb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,8 @@ jobs:
- name: Ensure MPI engine start up
# Install a working MPI implementation beforehand so mpi4py can link to it
run: |
sudo apt-cache policy libmpich-dev
sudo apt-get update
sudo apt-cache policy libmpich-dev
sudo apt install libmpich-dev
wget https://archive.ubuntu.com/ubuntu/pool/universe/m/mpich/libmpich-dev_4.0-3_amd64.deb
sudo dpkg -i libmpich-dev_4.0-3_amd64.deb
python -m pip install -e ".[mpi]"
MODIN_ENGINE=unidist UNIDIST_BACKEND=mpi mpiexec -n 1 python -c "import modin.pandas as pd; print(pd.DataFrame([1,2,3]))"
if: matrix.os == 'ubuntu'
Expand Down

0 comments on commit db90edb

Please sign in to comment.