Skip to content

Commit

Permalink
Remove unneeded verbose flags from pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Nov 5, 2024
1 parent e960ccc commit 44b44b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ jobs:
run: uv pip install --system pytest pytest-xdist pytest-cov

- name: List installed packages
run: uv pip list -v
run: uv pip list

- name: Build and install
run: uv pip install --system -v --no-deps -e .
run: uv pip install --system --no-deps -e .

- name: Run tests
run: pytest -r a -v -n 3 --cov=tests --cov=felis --cov-report=xml --cov-report=term --cov-branch
Expand Down

0 comments on commit 44b44b1

Please sign in to comment.