Skip to content

Commit 28d1d14

Browse files
committed
Prepare release 1.7.2
1 parent bce8054 commit 28d1d14

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

doc/changes/changes_1.7.2.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# 1.7.2 - 2025-07-31
2+
3+
# Summary
4+
5+
GPU runners throughout our various Python repositories were breaking due to underlying
6+
changes in the runners. This affected the usage of the `python-environment/action`,
7+
and it could be resolved by adding `--break-system-packages` to the `pip install`
8+
command. The behavior then is to default to the user installation, which avoids
9+
the global issues the GPU runners were running into.
10+
11+
# Bugfix
12+
13+
* Modified pip install statement to include --break-system-packages

0 commit comments

Comments
 (0)