Tweak PKG test to what I think will be the actual install path.

This commit is contained in:
Ryan Volz 2021-05-19 16:23:19 -04:00
parent 73b77ae44d
commit 10afb63731
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
OS_NAME: ${{ matrix.OS_NAME }}
ARCH: ${{ matrix.ARCH }}
TARGET_VOLUME: CurrentUserHomeDirectory
INSTALL_PATH: ~/Applications/${{ env.DISTNAME }}
INSTALL_PATH: ~/${{ env.DISTNAME }}
run: |
installer -verbose -pkg dist/$DISTNAME-*-$OS_NAME-$ARCH.pkg -target $TARGET_VOLUME
eval "$($INSTALL_PATH/bin/conda shell.bash hook)"