From d91a5392c35ebb81e1ef4e089270a30cf3236950 Mon Sep 17 00:00:00 2001 From: Simeon Bird Date: Mon, 19 Aug 2024 22:38:24 -0700 Subject: [PATCH] apt --- .github/workflows/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 356e01e..67d6cee 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -19,6 +19,10 @@ jobs: steps: - name: Checkout source code uses: actions/checkout@v4 + - name: Install build deps + run: | + sudo apt-get update + sudo apt-get -y install openmpi-bin libopenmpi-dev - name: Setup Python uses: actions/setup-python@v5 with: