mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
[actions] Comment out yubikey upgrade command in build.yml
Comment out the upgrade command for yubikey dependency and add note about future upgrade.
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -551,7 +551,10 @@ 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 --upgrade ..[yubikey]
|
||||
# TODO: once yubikey upgrades to cryptography 49 this should no longer be necessary
|
||||
"$PYTHON" -m pip install --upgrade ..
|
||||
"$PYTHON" -m pip install yubikey-manager --no-deps
|
||||
|
||||
- name: Install PyInstaller
|
||||
if: matrix.goal == 'build'
|
||||
|
||||
Reference in New Issue
Block a user