forked from openlp/openlp
Merge branch 'pin-pyobjc-for-macos' into 'master'
Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2 See merge request openlp/openlp!404
This commit is contained in:
commit
b9eeac7043
@ -34,7 +34,7 @@ install:
|
||||
# Install Windows only dependencies
|
||||
- cmd: python -m pip install pyodbc pypiwin32
|
||||
# Mac only dependencies
|
||||
- sh: python -m pip install Pyro4 pyobjc-core pyobjc-framework-Cocoa py-applescript
|
||||
- sh: python -m pip install Pyro4 'pyobjc-core<8.2' 'pyobjc-framework-Cocoa<8.2' py-applescript
|
||||
|
||||
build: off
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user