Fix test on python2.

This commit is contained in:
Dain Nilsson 2021-03-17 11:16:50 +01:00
parent 23a2a50e2f
commit 142587b3e6
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ jobs:
- name: Install .deb
run: |
sudo apt install python
! python2 -c "import fido2"
sudo dpkg -i dist/python-fido2_*.deb
python2 -c "import fido2"