mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-12-21 18:20:58 -05:00
See if ~ is the problem in osx pkg install path.
This commit is contained in:
parent
ae6dec548a
commit
ff890a07f5
3
.github/workflows/build_radioconda.yml
vendored
3
.github/workflows/build_radioconda.yml
vendored
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user