Disable brew in macos CI

This commit is contained in:
Joseph Donofry 2021-08-04 18:00:37 -04:00
parent 87e81498b7
commit 571ae3d51b
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ build-macos:
stage: build
tags: [macos]
before_script:
- brew update
- brew reinstall --force python3
- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
#- brew update
#- brew reinstall --force python3
#- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
- pip3 install dmgbuild
- rm -rf ../.hunter && mv .hunter ../.hunter || true
script: