Merge branch 'fix-app-veyor-vlc' into 'master'

Fix the VLC installation command for the tests

See merge request openlp/openlp!482
This commit is contained in:
Tim Bentley 2022-08-12 16:43:30 +00:00
commit d6a238af83
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ install:
- python -m pip install sqlalchemy alembic appdirs chardet beautifulsoup4 lxml Mako mysql-connector-python pytest mock psycopg2-binary websockets waitress six webob requests QtAwesome PyQt5 PyQtWebEngine pymediainfo PyMuPDF QDarkStyle python-vlc zeroconf flask-cors pytest-qt pyenchant pysword qrcode pillow
# Install Windows only dependencies
- cmd: python -m pip install pyodbc pypiwin32
- cmd: choco install vlc $env:CHOCO_VLC_ARG --no-progress --limit-output
- cmd: choco install vlc %CHOCO_VLC_ARG% --no-progress --limit-output
# Mac only dependencies
- sh: python -m pip install Pyro4 'pyobjc-core<8.2' 'pyobjc-framework-Cocoa<8.2' py-applescript
- sh: brew install --cask vlc