Skip to content

Commit 67cf870

Browse files
committed
Revert "Merge pull request #1714 from talregev/TalR/remove_swap"
This reverts commit 448132a, reversing changes made to 2dfd15e.
1 parent 9b2c478 commit 67cf870

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-python.yml

+6
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ jobs:
145145
echo "GTSAM_WITH_TBB=ON" >> $GITHUB_ENV
146146
echo "GTSAM Uses TBB"
147147
148+
- name: Set Swap Space (Linux)
149+
if: runner.os == 'Linux'
150+
uses: pierotofy/set-swap-space@master
151+
with:
152+
swap-size-gb: 6
153+
148154
- name: Install System Dependencies (Linux, macOS)
149155
if: runner.os != 'Windows'
150156
run: |

0 commit comments

Comments
 (0)