Skip to content

Commit

Permalink
github-actions/run-on-arm: make pip install silent
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Nagy <gabor.nagy@oneidentity.com>
  • Loading branch information
Gabor Nagy committed Nov 23, 2021
1 parent 614badc commit ec7c8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-on-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
popd
rm -rf /tmp/bison-3.7.6 /tmp/bison-3.7.6.tar.gz
run: |
python3 -m pip install --user --cache-dir=$PWD/pip-cache -r requirements.txt
python3 -m pip install -q --user --cache-dir=$PWD/pip-cache -r requirements.txt
python3 -m pip list
set -e
Expand Down

0 comments on commit ec7c8b5

Please sign in to comment.