mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +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
|
run: pip3 install --upgrade
|
||||||
pyinstaller
|
pyinstaller
|
||||||
requests
|
requests
|
||||||
pywebview
|
|
||||||
|
- name: Optional dependencies (WebView)
|
||||||
|
run: pip3 install --upgrade pywebview
|
||||||
|
if: runner.os != 'macOS'
|
||||||
|
|
||||||
- name: Strip
|
- name: Strip
|
||||||
id: strip
|
id: strip
|
||||||
|
|
Loading…
Reference in a new issue