mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
.github: Do not include pywebview on macOS
Doesn't work (yet)
This commit is contained in:
parent
8d47b4b2af
commit
d8cd885542
5
.github/workflows/python.yml
vendored
5
.github/workflows/python.yml
vendored
|
@ -32,7 +32,10 @@ jobs:
|
|||
run: pip3 install --upgrade
|
||||
pyinstaller
|
||||
requests
|
||||
pywebview
|
||||
|
||||
- name: Optional dependencies (WebView)
|
||||
run: pip3 install --upgrade pywebview
|
||||
if: runner.os != 'macOS'
|
||||
|
||||
- name: Strip
|
||||
id: strip
|
||||
|
|
Loading…
Reference in a new issue