[actions] reduce pip verbosity

Remove verbose flag from pip install command for yubikey.
This commit is contained in:
Jay Lee
2026-06-23 05:25:54 -04:00
committed by GitHub
parent d80b93b86e
commit c92468276a

View File

@@ -551,7 +551,7 @@ jobs:
gh release download --repo "jay0lee/cryptography-wheels" --pattern "*win_arm64.whl" --clobber
"$PYTHON" -m pip install cryptography-*.whl
fi
"$PYTHON" -m pip install -vvv --upgrade ..[yubikey]
"$PYTHON" -m pip install --upgrade ..[yubikey]
- name: Install PyInstaller
if: matrix.goal == 'build'