astropy / astropy-helpers

Helpers for Astropy and Affiliated packages
BSD 3-Clause "New" or "Revised" License
28 stars 42 forks source link

Fix CI failures #515

Closed astrofrog closed 4 years ago

astrofrog commented 4 years ago

Use mamba to avoid conda issues that are causing CI failures (https://github.com/astropy/astropy-helpers/pull/512) - mamba is generally better with any kind of conflicts etc.

astrofrog commented 4 years ago

I'm pretty sure gcc is no longer supported in conda on MacOS X hence why the package is now missing (had to remove the MacOS X gcc build, as we did in extension-helpers)

codecov[bot] commented 4 years ago

Codecov Report

Merging #515 into master will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #515      +/-   ##
==========================================
- Coverage   41.54%   41.49%   -0.05%     
==========================================
  Files          19       19              
  Lines        1661     1670       +9     
==========================================
+ Hits          690      693       +3     
- Misses        971      977       +6     
Impacted Files Coverage Δ
astropy_helpers/tests/__init__.py 0.00% <0.00%> (ø)
astropy_helpers/tests/test_git_helpers.py 0.00% <0.00%> (ø)
astropy_helpers/tests/test_setup_helpers.py 0.00% <0.00%> (ø)
astropy_helpers/utils.py 61.29% <0.00%> (+0.31%) :arrow_up:
astropy_helpers/__init__.py 81.81% <0.00%> (+9.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e490b76...b872834. Read the comment docs.

pllim commented 4 years ago

Since this repo is pretty much legacy, whatever works is fine. I can't merge though but :+1: FWIW.