From 67cf8706d837126c96586b16e9cbbb147169a84b Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Mon, 26 Feb 2024 08:50:51 -0500 Subject: [PATCH] Revert "Merge pull request #1714 from talregev/TalR/remove_swap" This reverts commit 448132af2746ff7164db88ac2cadd93cedbd0813, reversing changes made to 2dfd15e16ce072931ee58e33866383919b38d8c0. --- .github/workflows/build-python.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-python.yml b/.github/workflows/build-python.yml index de9d755ba..520e94c09 100644 --- a/.github/workflows/build-python.yml +++ b/.github/workflows/build-python.yml @@ -145,6 +145,12 @@ jobs: echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV echo "GTSAM Uses TBB" + - name: Set Swap Space (Linux) + if: runner.os == 'Linux' + uses: pierotofy/set-swap-space@master + with: + swap-size-gb: 6 + - name: Install System Dependencies (Linux, macOS) if: runner.os != 'Windows' run: |