Skip to content

[WIP] add other platforms to CI.#70

Open
erip wants to merge 5 commits into
danieldeutsch:masterfrom
erip:feature/cross-platform
Open

[WIP] add other platforms to CI.#70
erip wants to merge 5 commits into
danieldeutsch:masterfrom
erip:feature/cross-platform

Conversation

@erip

@erip erip commented Nov 22, 2020

Copy link
Copy Markdown

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
Copy Markdown
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