Skip to content

Commit

Permalink
more packages
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 8c65b6d commit c3dc032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu jammy-security main universe restricted multiverse"
sudo apt-get update
sudo apt-cache policy libmpich-dev
sudo apt-get install libmpich-dev=4.0-3
sudo apt-get install libmpich-dev=4.0-3 libmpich12=4.0-3 mpich=4.0-3
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 c3dc032

Please sign in to comment.