Install keyring in CI

This commit is contained in:
I-Al-Istannen 2021-04-14 19:24:05 +02:00
parent 1f2af3a290
commit 4f480d117e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
python-version: '3.x'
- name: "Install dependencies"
run: "pip install setuptools pyinstaller rich requests beautifulsoup4 -f --upgrade"
run: "pip install setuptools keyring pyinstaller rich requests beautifulsoup4 -f --upgrade"
- name: "Install sync_url.py"
run: "pyinstaller sync_url.py -F"