Skip to content

Conversation

@ktlim
Copy link
Contributor

@ktlim ktlim commented Aug 3, 2024

No description provided.

if uname.sysname == "Darwin" and uname.machine == "arm64":
return "11.0"
return "10.9"
return "10.13"
Copy link
Member

Choose a reason for hiding this comment

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

It seems that we probably should also use the env var if we know we are in a conda environment (since it is set by conda).

@codecov
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.36%. Comparing base (a067d4d) to head (24be355).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #128   +/-   ##
=======================================
  Coverage   85.36%   85.36%           
=======================================
  Files           5        5           
  Lines          41       41           
  Branches        3        3           
=======================================
  Hits           35       35           
  Misses          3        3           
  Partials        3        3           

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

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.

4 participants