mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
Fix CI build missing filelock package
This commit is contained in:
parent
865dd51e2b
commit
c69301212c
1
.github/workflows/python.yml
vendored
1
.github/workflows/python.yml
vendored
|
@ -27,6 +27,7 @@ jobs:
|
||||||
setuptools
|
setuptools
|
||||||
pyinstaller
|
pyinstaller
|
||||||
requests
|
requests
|
||||||
|
filelock
|
||||||
|
|
||||||
- name: Optional dependencies (WebView)
|
- name: Optional dependencies (WebView)
|
||||||
run: pip3 install --upgrade pywebview
|
run: pip3 install --upgrade pywebview
|
||||||
|
|
Loading…
Reference in a new issue