Skip to content

Commit 049bed4

Browse files
author
bghira
committed
disable build maximisation step since we now use less space anyway
1 parent f175cc9 commit 049bed4

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)