We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce8054 commit 28d1d14Copy full SHA for 28d1d14
doc/changes/changes_1.7.2.md
@@ -1 +1,13 @@
1
# 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