diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index d07416d..504f8b3 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -46,11 +46,11 @@ jobs: run: | pip install -U pytest - ## TBD Disabled until CI/CD is functional - ## - name: Bootstrap Salt - ## run: | - ## sudo sh -x ./bootstrap-salt.sh + - name: Bootstrap Salt + run: | + sudo sh -x ./bootstrap-salt.sh + ## TBD Disabled until CI/CD is functional ## - name: Test Bootstrap ## run: | ## pytest --cache-clear -v -s -ra --log-cli-level=debug tests/integration/ diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 47e596a..735079f 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -7246,6 +7246,11 @@ __macosx_get_packagesite_onedir_latest() { __macosx_get_packagesite_onedir() { + ## DGM debug + set -v + set -x + + echodebug "Get package site for onedir from repository" if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -ne 3 ]; then echoerror "Python version is no longer supported, only Python 3"