mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
Modify yubikey-manager installation command
Update yubikey-manager installation to avoid dependency installation.
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user