This repository was archived by the owner on Dec 11, 2025. It is now read-only.
chore: Add tqdm to project deps#92
Merged
Merged
Conversation
r0ymanesco
reviewed
Aug 6, 2025
r0ymanesco
left a comment
Contributor
There was a problem hiding this comment.
Tests are failing most likely because we updated the staging supabase setup so not sure if the keys still exist. You can sign in to the staging frontend using https://staging-app.notdiamond.ai/login
You have to make sure to sign up using email/pwd because the google auth will only work on the prod instance
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
||||||||||||||||||||||||
r0ymanesco
approved these changes
Aug 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
tqdmis used on the SDK (e.g.toolkit/rag/evaluation.py) but not listed on the project dependencies. This cases certain installations to raise a missing dependency error.