Closed antazoey closed 1 year ago
one annoying "solution" is to set a default ape-version.. this would require us to have to update it every new release.
one more complex solution is to find out what the latest version is without installing it and use that as part of the caching key before installing pip
curl -s https://pypi.org/pypi/eth-ape/json | jq -r '.info.version'
tells us, nice
it gets cached as
3.8-pip-
always because the input is missing.