Skip to content

Commit

Permalink
add swap-space to limit memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Geet-George committed Oct 31, 2023
1 parent d20fc19 commit 1cb74b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 1cb74b5

Please sign in to comment.