.github: Do not include pywebview on macOS

Doesn't work (yet)
This commit is contained in:
derrod 2021-10-28 14:25:47 +02:00
parent 8d47b4b2af
commit d8cd885542

View file

@ -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