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(build): add disease-normalizer as required dep #453

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

korikuzma
Copy link
Member

@korikuzma korikuzma commented Jan 2, 2025

Forgot to add this in #449 🤦‍♀️ Disease normalizer is now required since we use its schemas in the QueryHandler

I'm wondering if we should consider updating cicd tests to install minimal deps needed to help prevent bugs like this in the future

@korikuzma korikuzma added build Changes that affect the build system or dependencies priority:medium Medium priority bug Something isn't working labels Jan 2, 2025
@korikuzma korikuzma requested a review from jsstevenson January 2, 2025 20:48
@korikuzma korikuzma self-assigned this Jan 2, 2025
Copy link
Member

@jsstevenson jsstevenson left a comment

Choose a reason for hiding this comment

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

I'm wondering if we should consider updating cicd tests to install minimal deps needed to help prevent bugs like this in the future

yeah couldn't hurt! Realistically the etl and the app itself are kind of separate things with their own dependencies, so ideally we'd be testing them separately, rather than handling them all under a test suite that depends on the etl dependency group

@korikuzma korikuzma merged commit 3783333 into main Jan 2, 2025
18 checks passed
@korikuzma korikuzma deleted the add-disease-dep branch January 2, 2025 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Changes that affect the build system or dependencies priority:medium Medium priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants