-
Notifications
You must be signed in to change notification settings - Fork 19
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
Windows Related Changes pt2 ( windows changes + aws cli replacement with boto3 ) #204
Conversation
@@ -24,7 +31,7 @@ def read_lines(path): | |||
|
|||
setup( | |||
name="ojd_daps_skills", | |||
long_description=open(os.path.join(BASE_DIR, "README.md")).read(), | |||
long_description=open(os.path.join(BASE_DIR, "README.md"), encoding="utf-8").read(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This, is exactly what I was trying find for an encoding error. Very nice!
I'd merge this into my branch to double check any conflicts. Thank you for your contributions! 💯 edit: there's actually no conflicts, I'll revert this to merge to dev after discussing with @lizgzil and @india-kerle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Aiden-RC I wonder if you're able to squash and merge into the 201_update_dependencies branch put this comment on hold!
Adapts @Aiden-RC 's snippet for download() function using boto3
Adds pip dependency caching for "Unit Tests" workflow
Adds windows-latest support to "Unit Tests" Actions workflow
Removes awscli from requirements_dev.txt
Updates following dependencies:
Thanks for contributing to Nesta's Skills Extractor Library 🙏!
If you have suggested changes to code anywhere outside of the ExtractSkills class, please consult the checklist below.
Checklist ✔️🐍:
notebooks/
pre-commit
and addressed any issues not automatically fixeddev
README
soutput/reports/
If you have suggested changes to documentation (and/or the ExtractSkills class), please ALSO consult the checklist below.
Documentation Checklist ✔️📚:
make html
indocs
docs/build/*.html
files locally to ensure they have formatted correctlydocs/build/*.html
files