Skip to content

Conversation

Tieqiong
Copy link
Contributor

@Tieqiong Tieqiong commented Jan 12, 2025

closes #117 there exists a cached runner but it seems not related to the current error. This PR will actually fix the problem (not the cache)
@sbillinge please check, thanks

Inspired from the setup.py wrote yesterday for srreal, decide to do a deep cleaning on this one too. It should also fix the current weird failing CI matrix test

Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.96%. Comparing base (fdc2e16) to head (4c4d557).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   98.96%   98.96%           
=======================================
  Files           6        6           
  Lines        1261     1261           
=======================================
  Hits         1248     1248           
  Misses         13       13           

Copy link
Contributor

@sbillinge sbillinge left a comment

Choose a reason for hiding this comment

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

super

gslcfgpaths = [Path(p) / "gsl-config" for p in ([MYDIR] + os.environ["PATH"].split(os.pathsep))]
gslcfgpaths = [p for p in gslcfgpaths if p.is_file()]
"""
Determine the GSL include and library directories by trying in order:
Copy link
Contributor

Choose a reason for hiding this comment

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

This is much much clearer, thanks for doing this @Tieqiong

@sbillinge sbillinge merged commit 889ee05 into diffpy:main Jan 12, 2025
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.

CI fails occasionally
2 participants