From 2623926be96d32d1e7201a8178cf26f2df8dbd4f Mon Sep 17 00:00:00 2001 From: twangboy Date: Mon, 28 Oct 2024 10:03:04 -0600 Subject: [PATCH] Disable gatekeeper before running package tests --- .github/workflows/test-packages-action-macos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test-packages-action-macos.yml b/.github/workflows/test-packages-action-macos.yml index 2e9b739a65d..62f775b3883 100644 --- a/.github/workflows/test-packages-action-macos.yml +++ b/.github/workflows/test-packages-action-macos.yml @@ -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"