From 962378e1ef9af3d81ca73f0fd5f3c5d1d1bdcb15 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Tue, 12 Sep 2023 17:47:27 -0400 Subject: [PATCH] try openmpi instead Signed-off-by: Jinzhe Zeng --- .github/workflows/test_python.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index 5e026a50d5..0ac29a7d9b 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -23,6 +23,9 @@ jobs: python-version: ${{ matrix.python }} cache: 'pip' - uses: mpi4py/setup-mpi@v1 + if: ${{ matrix.tf == '' }} + with: + mpi: openmpi # https://github.com/pypa/pip/issues/11770 - run: python -m pip install -U "pip>=21.3.1,!=23.0.0" - run: pip install -e .[cpu,test]