mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Install keyring in CI
This commit is contained in:
parent
1f2af3a290
commit
4f480d117e
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user