mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Set COLUMNS
in Linux CI workflow to prevent regressions (#11589)
## Summary When tests are run downstream, the `COLUMNS` environment variable is used to force fixed output width and avoid test failures due to different terminal widths. However, this occasionally causes test regressions when other tests rely on different output width. Use the same `COLUMNS` value in CI to ensure consistent output and catch any regressions. ## Test Plan It wasn't, it's supposed to be tested by the CI :-). --------- Co-authored-by: Zanie Blue <contact@zanie.dev>
This commit is contained in:
parent
c3fc75d97e
commit
aca7be8378
4 changed files with 23 additions and 10 deletions
|
@ -399,6 +399,12 @@ Used to detect Bash shell usage.
|
|||
|
||||
Use to control color via `anstyle`.
|
||||
|
||||
### `COLUMNS`
|
||||
|
||||
Overrides terminal width used for wrapping. This variable is not read by uv directly.
|
||||
|
||||
This is a quasi-standard variable, described e.g. in `ncurses(3x)`.
|
||||
|
||||
### `CONDA_DEFAULT_ENV`
|
||||
|
||||
Used to determine if an active Conda environment is the base environment or not.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue