Use newer, less hacky ykman

This commit is contained in:
Jay Lee
2021-02-12 15:26:04 +00:00
parent 0fefa19f80
commit dff48e3146
2 changed files with 30 additions and 43 deletions

View File

@@ -176,6 +176,11 @@ jobs:
run: |
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