Skip to content

Conversation

@mhubii
Copy link
Contributor

@mhubii mhubii commented Jan 27, 2026

No description provided.

@mhubii mhubii changed the title free disk and avoid pip cachine Fix tests OOM Jan 27, 2026
@mhubii mhubii requested a review from Haydnspass January 27, 2026 23:36
@mhubii mhubii marked this pull request as ready for review January 27, 2026 23:36
test:
runs-on: ubuntu-latest
env:
PIP_NO_CACHE_DIR: "1"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the environment variable is redundant with --no-cache-dir flags, but doesn't hurt

# Upgrade pip and install build backend
- name: Upgrade pip & install build tools
run: |
python -m pip install --upgrade pip setuptools wheel --no-cache-dir
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to fix pip._vendor.pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta' for Python >= 3.12

@mhubii mhubii added the bug Something isn't working label Jan 27, 2026
@mhubii mhubii linked an issue Jan 27, 2026 that may be closed by this pull request

steps:
# Free disk space
- name: Free disk space
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might take from here? https://mathio28.medium.com/squeezing-disk-space-from-github-actions-runners-an-engineers-guide-d5fbe4443692#ecb6
Or even make the clean-up a repo-own action which can then be used in multiple workflows

@Haydnspass Haydnspass merged commit c8b8a86 into main Jan 29, 2026
10 of 11 checks passed
@Haydnspass Haydnspass deleted the fix/roboreg-113/tests_oom branch January 29, 2026 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Tests OOM

3 participants