Skip to content

Commit d2f3c45

Browse files
[v3-1-test] Free disk space for mypy jobs (#56703) (#56709)
(cherry picked from commit f14a880) Co-authored-by: Jarek Potiuk <[email protected]>
1 parent 6f45389 commit d2f3c45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-image-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ jobs:
184184
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185185
with:
186186
persist-credentials: false
187+
- name: "Free up disk space"
188+
shell: bash
189+
run: ./scripts/tools/free_up_disk_space.sh
187190
- name: "Prepare breeze & CI image: ${{ inputs.default-python-version }}"
188191
uses: ./.github/actions/prepare_breeze_and_image
189192
with:

0 commit comments

Comments
 (0)