Modify yubikey-manager installation command

Update yubikey-manager installation to avoid dependency installation.
This commit is contained in:
Jay Lee
2026-06-27 13:32:54 -04:00
committed by GitHub
parent db87aa54d8
commit 18ce64886d

View File

@@ -553,8 +553,8 @@ jobs:
fi
# "$PYTHON" -m pip install --upgrade ..[yubikey]
# TODO: once yubikey upgrades to cryptography 49 this should no longer be necessary
"$PYTHON" -m pip install yubikey-manager==5.9.1
"$PYTHON" -m pip install --upgrade ..
"$PYTHON" -m pip install yubikey-manager==5.9.1 --no-deps
"$PYTHON" -m pip install ..[yubikey]
- name: Install PyInstaller
if: matrix.goal == 'build'