From c187c124723b82419c9222732bd09f827d839a7b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 30 May 2025 21:14:58 +0100 Subject: [PATCH] Try different MPI for RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index eb035a80..6cdc8bcd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 apt_packages: - - openmpi + - mpi-default-bin tools: python: "mambaforge-22.9" jobs: