From 4e933f44850ec8eedadba892b3fcd03b652bd915 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sat, 27 Jun 2026 14:11:37 -0400 Subject: [PATCH] Modify yubikey installation commands in build.yml Updated installation commands for yubikey-manager and dependencies. --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7178e152..3a3c9d64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'