You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserWarning: No GlobalOverrides context is active. Auto-creating one with SETUPTOOLS_SCM prefix for backwards compatibility. Consider using 'with GlobalOverrides.from_env("YOUR_TOOL"):' explicitly.
Bug Description
There is a
UserWarningfrom setuptools-scm. Warnings are treated as errors, causing an otherwise successful build to error out.To Reproduce
Example: https://github.com/idaholab/MontePy/actions/runs/24947855332/job/73052436835?pr=945
Error Message
Additional context
pypa/setuptools-scm#1314