Skip to content

Commit

Permalink
periodic and release also
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Nov 28, 2024
1 parent e7cb4ee commit a906989
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/periodic_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set swap space
if: runner.os == 'Linux'
uses: pierotofy/[email protected]
with:
swap-size-gb: 10

- name: Use numba cache to set env variables but not restore cache
uses: ./.github/actions/numba_cache
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Set swap space
if: runner.os == 'Linux'
uses: pierotofy/[email protected]
with:
swap-size-gb: 10

- uses: actions/download-artifact@v4
with:
name: dist
Expand Down

0 comments on commit a906989

Please sign in to comment.