Skip to content

1.7.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 12:45
· 94 commits to main since this release
34fc607

1.7.2 - 2025-07-31

Summary

GPU runners throughout our various Python repositories were breaking due to underlying
changes in the runners. This affected the usage of the python-environment/action,
and it could be resolved by adding --break-system-packages to the pip install
command. The behavior then is to default to the user installation, which avoids
the global issues the GPU runners were running into.

Bugfix

  • Modified pip install statement to include --break-system-packages