Skip to content

Commit

Permalink
Revert "Merge pull request #1714 from talregev/TalR/remove_swap"
Browse files Browse the repository at this point in the history
This reverts commit 448132a, reversing
changes made to 2dfd15e.
  • Loading branch information
varunagrawal committed Feb 26, 2024
1 parent 9b2c478 commit 67cf870
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 67cf870

Please sign in to comment.