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

ogma-cli: Constrain version of dependency in CI jobs. Refs #151. #152

Merged
merged 2 commits into from
Sep 22, 2024

Conversation

ivanperez-keera
Copy link
Member

Constrain the version of aeson to be greater than 2.0.2.0 in the CI jobs, as prescribed in the solution proposed for #151.

jsonpath uses a function that is only available in aeson >= 2.0.3.0, but
the dependency only requires aeson >= 2. This breaks the installation in
the CI jobs if aeson >= 2 && aeson < 2.0.3.0 is picked.

This commit modifies the CI jobs adding a constraint in the installation
of ogma to require aeson greater than 2.0.2.0.
@ivanperez-keera ivanperez-keera changed the title ogma-cli: Constrain version of dependency. Refs #151. ogma-cli: Constrain version of dependency in CI jobs. Refs #151. Sep 22, 2024
@ivanperez-keera
Copy link
Member Author

Change Manager: Verified that:

@ivanperez-keera ivanperez-keera merged commit 62a45e8 into develop Sep 22, 2024
4 checks passed
@ivanperez-keera ivanperez-keera deleted the develop-ci-jsonpath branch September 22, 2024 10:38
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