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 spacing in env.yaml to allow CI build #453

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

Mikejmnez
Copy link
Collaborator

This PR fixes the CI build errors with micromambav2 that fail to build the appropriate environment. The specific errors are:

critical libmamba Error parsing MatchSpec "xesmf[version='>',build=0.6.3]": Error setting attribute "version" to value ">": Error parsing version "". Empty version."

The issue is that micromamba2 cannot parse the empty space in the yml file next to the packages. And so it attempts to find a matching version == '>'.

@Mikejmnez Mikejmnez changed the title fix space in env.yaml fix spacing in env.yaml to allow CI build Oct 23, 2024
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.62%. Comparing base (536b9fb) to head (f54d649).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #453   +/-   ##
=======================================
  Coverage   95.62%   95.62%           
=======================================
  Files           9        9           
  Lines        5163     5163           
  Branches     1008     1008           
=======================================
  Hits         4937     4937           
  Misses        133      133           
  Partials       93       93           
Flag Coverage Δ
unittests 95.62% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@ThomasHaine ThomasHaine left a comment

Choose a reason for hiding this comment

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

Looks great to me!

@Mikejmnez Mikejmnez merged commit 734da71 into hainegroup:main Oct 23, 2024
5 checks passed
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.

2 participants