Skip to content

Commit

Permalink
Use tarball directly from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Mar 12, 2020
1 parent c555d02 commit e5e3f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ elif echo ${INPUT_VALIDATOR_VERSION} | grep -Eq '^v[0-9]\.[0-9]\.[0-9]$'; then
python -m pip install --no-cache optimade==${OPTIMADE_VERSION}
else
echo "Installing branch, tag or commit ${INPUT_VALIDATOR_VERSION} of optimade (from GitHub)"
python -m pip install --no-cache "git+https://github.com/Materials-Consortia/optimade-python-tools.git@${INPUT_VALIDATOR_VERSION}#egg=optimade"
python -m pip install --no-cache "https://github.com/Materials-Consortia/optimade-python-tools/tarball/${INPUT_VALIDATOR_VERSION}"
fi

# Retrieve and add GitHub Actions host runner IP to known hosts
Expand Down

0 comments on commit e5e3f0f

Please sign in to comment.