From 3b92521358dc7970cc15b35e59b185502a9d248f Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 2 Apr 2024 11:19:03 -0400 Subject: [PATCH] [GHA] Try not using python3 command to install setuptools --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index c484c8476..3bede0ba5 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -263,7 +263,7 @@ jobs: security unlock-keychain -p ${{ secrets.KEYCHAIN_PASSWORD }} $RUNNER_TEMP/app-signing.keychain-db - name: Install appdmg run: | - python3 -m pip install setuptools +# python3 -m pip install setuptools npm install -g appdmg - name: Cloudgate S3 Configuration uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a