We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab89ed commit b389253Copy full SHA for b389253
.github/workflows/python_ci.yml
@@ -40,6 +40,11 @@ jobs:
40
version: "15.4"
41
42
steps:
43
+ - name: Set Larger Swap Space
44
+ uses: pierotofy/set-swap-space@master
45
+ with:
46
+ swap-size-gb: 6
47
+
48
- name: Install Dependencies (Linux)
49
if: runner.os == 'Linux'
50
run: |
@@ -119,7 +124,7 @@ jobs:
119
124
sudo make -j$(sysctl -n hw.physicalcpu) install
120
125
make -j$(sysctl -n hw.physicalcpu) python-install
121
126
cd ${{ github.workspace }} # go back to home directory
122
- rm -rf /tmp/gtsam_source
127
+ sudo rm -rf /tmp/gtsam_source
123
128
129
- name: Checkout
130
uses: actions/checkout@v4
0 commit comments