mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-09 14:13:35 +00:00
Use official yubikey-manager 4.0
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -177,10 +177,6 @@ jobs:
|
||||
set +e
|
||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U --force-reinstall
|
||||
|
||||
# install ykman from source to use latest with fewer deps
|
||||
git clone https://github.com/Yubico/yubikey-manager.git
|
||||
$pip install yubikey-manager/
|
||||
|
||||
$pip install --upgrade -r requirements.txt
|
||||
|
||||
- name: Build GAM with PyInstaller
|
||||
|
@ -8,4 +8,4 @@ google-auth>=1.11.2
|
||||
httplib2>=0.17.0
|
||||
passlib>=1.7.2
|
||||
python-dateutil
|
||||
yubikey-manager
|
||||
yubikey-manager>=4.0.0
|
||||
|
Reference in New Issue
Block a user