Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not hit github api to get latest version from install script #347

Merged
merged 3 commits into from Aug 19, 2019

Conversation

masci
Copy link
Contributor

@masci masci commented Aug 14, 2019

We used to query the GitHub API to get the latest version of the CLI and such calls might be rate limited, specially in shared CI environments.

This PR hits the downloads page directly and greps the HTML contents so no rate limit will be applied. As a side effect, we don't need Python anymore and this will make the install script more robust under Windows shells like MinGW and Msys.

@masci masci merged commit 37a8e5e into master Aug 19, 2019
@masci masci deleted the massi/noapi branch August 19, 2019 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant