Skip to content

Commit

Permalink
Merge pull request #10 from szymonlopaciuk/test-with-bigger-swap
Browse files Browse the repository at this point in the history
Update test_gh.yaml
  • Loading branch information
szymonlopaciuk authored Aug 23, 2023
2 parents a0c40f8 + 9a51046 commit a6b5f86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Increase swapfile
run: |
sudo swapoff -a
sudo fallocate -l 15G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo swapon --show
- name: Setup Miniforge
uses: conda-incubator/setup-miniconda@v2
with:
Expand Down

0 comments on commit a6b5f86

Please sign in to comment.