Skip to content

Commit

Permalink
Do not print progress bars on uv calls
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Jul 18, 2024
1 parent fb90856 commit 176c109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ jobs:
python -m pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/uv.txt
- name: Install yamllint
run: |
uv venv --system
uv pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/yamllint.txt
uv --no-progress venv --system
uv --no-progress pip install -r https://raw.githubusercontent.com/kdeldycke/workflows/main/requirements/yamllint.txt

Check failure on line 163 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

163:121 [line-length] line too long (126 > 120 characters)
- name: Run yamllint
run: |
uv --no-progress tool run yamllint --strict --config-data "{rules: {line-length: {max: 120}}}" --format github .

Check failure on line 166 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / lint-yaml

166:121 [line-length] line too long (122 > 120 characters)
Expand Down

0 comments on commit 176c109

Please sign in to comment.