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

[WIP] add other platforms to CI. #70

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

[WIP] add other platforms to CI. #70

wants to merge 5 commits into from

Conversation

erip
Copy link

@erip erip commented Nov 22, 2020

This PR seeks to add other major platforms (OS X and Windows) to CI. In doing so, it will also fix issues that arise by doing so. 😄

This is currently a work in progress, so don't merge.

output_file = output_dir / 'meteor-1.5.tar.gz'

if not output_file.exists():
r = requests.get('https://www.cs.cmu.edu/~alavie/METEOR/download/meteor-1.5.tar.gz', stream=True)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is functionality to download a file from a url here

def download_url_to_file(url: str, file_path: str, force: bool = False) -> None:

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.

2 participants