Skip to content

Commit

Permalink
Add swap
Browse files Browse the repository at this point in the history
  • Loading branch information
atong01 committed Aug 30, 2023
1 parent 3cc83c0 commit 6a146c7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Checkout
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@v4
with:
Expand Down Expand Up @@ -54,6 +59,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 10

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 6a146c7

Please sign in to comment.