Ignore brew update errors
This commit is contained in:
@@ -122,7 +122,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest]
|
||||
python: ["3.11"]
|
||||
python: ["3.10", "3.11"]
|
||||
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
@@ -135,8 +135,8 @@ jobs:
|
||||
|
||||
- name: Install Homebrew deps
|
||||
run: |
|
||||
brew update
|
||||
brew install --overwrite \
|
||||
brew update || echo "Ignoring errors in brew update"
|
||||
brew install \
|
||||
exempi \
|
||||
ghostscript \
|
||||
jbig2enc \
|
||||
|
||||
Reference in New Issue
Block a user