Pin the macOS pyobjc dependencies to pre-8.2 to get around a segfault in 8.2

This commit is contained in:
Raoul Snyman 2022-02-04 10:16:18 -07:00
parent bc872e0e87
commit f96d0fbce2
1 changed files with 1 additions and 1 deletions

View File

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