Use official yubikey-manager 4.0

This commit is contained in:
Jay Lee
2021-03-04 15:43:05 -05:00
parent f505dac8f3
commit a8c92b7f9a
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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