Skip to content

Commit

Permalink
Tell pip not to show progress bars for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Jan 28, 2024
1 parent a783f23 commit 6f57fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ jobs:
- name: Update PyPA packages
run: |
# Get the latest pip, wheel, and prior to Python 3.12, setuptools.
python -m pip install -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
python -m pip install --progress-bar off -U pip $(pip freeze --all | grep -ow ^setuptools) wheel
- name: Install project and test dependencies
run: |
pip install ".[test]"
pip install --progress-bar off ".[test]"
- name: Show version and platform information
run: |
Expand Down

0 comments on commit 6f57fe5

Please sign in to comment.