Merge pull request #67007 from twangboy/disable_gatekeeper

[3006.x] Disable gatekeeper before running package tests
This commit is contained in:
Daniel Wozniak 2024-10-28 14:19:32 -07:00 committed by GitHub
commit 2d110410d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -175,6 +175,10 @@ jobs:
run: |
nox --force-color -e decompress-dependencies -- macos ${{ inputs.arch }}
- name: Disable Gatekeeper
run: |
sudo -E spctl --master-disable
- name: Show System Info
env:
SKIP_REQUIREMENTS_INSTALL: "1"