Skip to content

Testing on user and system installs #9

@matthew-brett

Description

@matthew-brett

At least for Mac, for testing, we currently do a system install (install for all users) - see https://github.com/scientific-python/installer/blob/main/.github/workflows/build.yml#L151:

sudo installer -verbose -pkg ${MNE_INSTALLER_NAME} -target / 

We might want to test user installs as well:

installer -verbose -pkg ${MNE_INSTALLER_NAME} -target CurrentUserHomeDirectory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions