Skip to content

Commit

Permalink
Merge pull request #1250 from borglab/fix/ci-python-swapspace
Browse files Browse the repository at this point in the history
Fix Python CI: More swap space
  • Loading branch information
varunagrawal authored Jul 21, 2022
2 parents 0af17f4 + 07c33c4 commit e5c47b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ jobs:
run: |
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
echo "GTSAM Uses TBB"
- name: Set Swap Space
if: runner.os == 'Linux'
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 6
- name: Build (Linux)
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit e5c47b3

Please sign in to comment.