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 10856b5 commit 2a6a2e7Copy full SHA for 2a6a2e7
main.yml
@@ -22,6 +22,12 @@ executors:
22
# too tight; seems like small uses 5 credits/min and medium, the default,
23
# uses 10
24
environment:
25
+ # Don't use the Python user site-packages; one is pre-populated by CI (at
26
+ # least, as of 2025ish?) and will cause the "real" site-packages to omit
27
+ # those packages, leading to subtle problems with subshells (like when
28
+ # using sudo).
29
+ PYTHONNOUSERSITE: "1"
30
+ # So we get pretty output for some subcommands.
31
TERM: screen-256color
32
33
0 commit comments