Closed sweep-ai[bot] closed 10 months ago
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs: ``` The command: Run if [ ! -d "~/word2vec" ]; then yielded the following error: ##[error]Process completed with exit code 8. Here are the logs: --2024-01-07 05:22:51-- https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.18.118, 54.231.128.88, 52.216.49.88, ... Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.18.118|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2024-01-07 05:22:51 ERROR 404: Not Found. ```
✨ Created Pull Request: https://github.com/solresol/wordplanes/pull/27
Description
This pull request includes changes to the
.github/workflows/build.yml
andscripts/download_word2vec.sh
files. The changes add a GitHub Actions workflow for building the project and downloading the word2vec file. The workflow is triggered on push and pull request events. Thebuild.yml
file sets up the Python 3.8 environment, caches the word2vec file, and downloads the word2vec file if it doesn't exist. Thedownload_word2vec.sh
script is updated to download the word2vec file from a different URL.Summary
download_word2vec.sh
script