Install keyring in CI

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

View File

@ -23,7 +23,7 @@ jobs:
python-version: '3.x' python-version: '3.x'
- name: "Install dependencies" - 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" - name: "Install sync_url.py"
run: "pyinstaller sync_url.py -F" run: "pyinstaller sync_url.py -F"