Skip to content

Commit

Permalink
Try to make CI logging from pip less verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihelich committed Dec 18, 2024
1 parent 91109c9 commit 93163fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip3 install -vvv -e .[dev]
run: pip3 install -v -e .[dev]
- name: Run sequential tests
run: ./run_python_tests.sh
- name: Run asyncio tests
Expand Down

0 comments on commit 93163fe

Please sign in to comment.