Skip to content

Commit

Permalink
Setup swap space
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy authored Jul 3, 2023
1 parent c782e52 commit a588edb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
- main
paths:
- '**.laz'
- '**.las'
- '**.ply'

jobs:
classification:
Expand All @@ -19,7 +17,10 @@ jobs:
token: ${{ secrets.GROUND_TRUTH_REPO_TOKEN }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12
- name: Checkout ground truth repository
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a588edb

Please sign in to comment.