remove swap from python ci
parent
2dfd15e16c
commit
6680d7de4c
|
@ -145,12 +145,6 @@ 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: |
|
||||
|
|
Loading…
Reference in New Issue