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

fix: switched from pyyaml and ruamel to ruyaml, fixes #38 #42

Merged
merged 3 commits into from
Feb 8, 2024

Conversation

jmetz
Copy link
Collaborator

@jmetz jmetz commented Feb 8, 2024

NB uses ruyaml instead of ruamel as it's supposedly more active and better supported

@jmetz jmetz requested a review from FynnBe February 8, 2024 10:52
@jmetz jmetz self-assigned this Feb 8, 2024
Copy link

netlify bot commented Feb 8, 2024

Deploy Preview for bioimageio-uploader ready!

Name Link
🔨 Latest commit 5930c22
🔍 Latest deploy log https://app.netlify.com/sites/bioimageio-uploader/deploys/65c4b3524b5d6100080d20d6
😎 Deploy Preview https://deploy-preview-42--bioimageio-uploader.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

from s3_client import create_client
from update_status import update_status

yaml = YAML(typ="safe")


yaml=YAML(typ='safe')
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Duplicated

@jmetz jmetz merged commit 2313656 into main Feb 8, 2024
4 checks passed
@FynnBe FynnBe deleted the replace-pyaml-with-ruyaml branch February 8, 2024 20:51
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.

1 participant