Skip to content

Commit

Permalink
Use appveyor platform pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Sep 22, 2024
1 parent 01bd416 commit 87c261e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/appveyor/install-git-annex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@ set -e -u
# no install requested -> exit
[ -z "$1" ] && exit 0 || true

# assumes a virtualenv or equivalent python env
# get the installer for this
python -m pip install datalad-installer${DATALAD_INSTALLER_VERSION:-}
pip install datalad-installer${DATALAD_INSTALLER_VERSION:-}
datalad-installer -E ${HOME}/dlinstaller_env.sh --sudo ok $*

0 comments on commit 87c261e

Please sign in to comment.