Skip to content

Commit

Permalink
remove quiet flags with uv
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed May 13, 2024
1 parent ef4e3f6 commit 177ee45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade uv
uv pip install --system --upgrade pip setuptools wheel
uv pip install --system --quiet ".[lint]"
uv pip install --system ".[lint]"
uv pip list --system
- name: "Check format"
run: |
Expand All @@ -61,7 +61,7 @@ jobs:
run: |
python -m pip install --upgrade uv
uv pip install --system --upgrade pip setuptools wheel
uv pip install --system --quiet ".[test]"
uv pip install --system ".[test]"
uv pip list --system
- name: "Test with pytest"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install --upgrade uv
uv pip install --system --upgrade pip setuptools wheel
uv pip install --system --quiet ".[docs]"
uv pip install --system ".[docs]"
uv pip list --system
- name: "Build documentation"
run: |
Expand Down

0 comments on commit 177ee45

Please sign in to comment.