Skip to content

Commit 70dac00

Browse files
authored
Merge pull request #1877 from bghira/chore/disable-build-space-maximisation-step
disable build maximisation step since we now use less space anyway
2 parents f175cc9 + 049bed4 commit 70dac00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- name: Maximize build space
17-
uses: AdityaGarg8/[email protected]
18-
with:
19-
remove-android: 'true'
16+
# - name: Maximize build space
17+
# uses: AdityaGarg8/[email protected]
18+
# with:
19+
# remove-android: 'true'
2020

2121
- uses: actions/checkout@v2
2222

0 commit comments

Comments
 (0)