From ff890a07f524d74635e000b86887aa67ea498f38 Mon Sep 17 00:00:00 2001 From: Ryan Volz Date: Wed, 19 May 2021 17:21:59 -0400 Subject: [PATCH] See if ~ is the problem in osx pkg install path. --- .github/workflows/build_radioconda.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_radioconda.yml b/.github/workflows/build_radioconda.yml index cce2766..bb63052 100644 --- a/.github/workflows/build_radioconda.yml +++ b/.github/workflows/build_radioconda.yml @@ -86,13 +86,12 @@ jobs: - name: Test installer (pkg) if: contains(matrix.OS_NAME, 'MacOSX') - continue-on-error: true # this test doesn't work yet shell: bash env: OS_NAME: ${{ matrix.OS_NAME }} ARCH: ${{ matrix.ARCH }} TARGET_VOLUME: CurrentUserHomeDirectory - INSTALL_PATH: ~/${{ env.DISTNAME }} + INSTALL_PATH: /Users/runner/${{ env.DISTNAME }} run: | installer -verbose -dumplog -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME eval "$($INSTALL_PATH/bin/conda shell.bash hook)"