Skip to content

Commit bbd2851

Browse files
committed
Add extra pre-step to free more memory on Ubuntu runners
1 parent c7770fd commit bbd2851

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/conda-package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
with:
7373
access_token: ${{ github.token }}
7474

75+
- name: Free Disk Space (Ubuntu)
76+
uses: jlumbroso/[email protected]
77+
with:
78+
docker-images: false
79+
7580
- name: Checkout DPNP repo
7681
uses: actions/[email protected]
7782
with:

.github/workflows/generate_coverage.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
access_token: ${{ github.token }}
2525

26+
- name: Free Disk Space (Ubuntu)
27+
uses: jlumbroso/[email protected]
28+
with:
29+
docker-images: false
30+
2631
- name: Checkout repo
2732
uses: actions/[email protected]
2833
with:

0 commit comments

Comments
 (0)