Modify yubikey installation commands in build.yml

Updated installation commands for yubikey-manager and dependencies.
This commit is contained in:
Jay Lee
2026-06-27 14:11:37 -04:00
committed by GitHub
parent a99f23ce40
commit 4e933f4485

View File

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