NCAS-CMS / cfunits

A Python interface to UNIDATA’s UDUNITS-2 library with CF extensions:
http://ncas-cms.github.io/cfunits
MIT License
11 stars 8 forks source link

reinstate 'ubuntu-18.04' job by installing up to date cython #41

Closed daniel-mohr closed 2 years ago

daniel-mohr commented 2 years ago

Solved the issue #40 by using a new version of cython for the workflow on ubuntu:18.04.

cftime needs a 'cython>0.26.1' ('cython==0.26.1' is available on ubuntu:18.04 from the default ubuntu repos, but seems to be too old).

codecov-commenter commented 2 years ago

Codecov Report

Merging #41 (d4e53d8) into master (7d4edbd) will not change coverage. The diff coverage is n/a.

:exclamation: Current head d4e53d8 differs from pull request most recent head c48335b. Consider uploading reports for the commit c48335b to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master      #41   +/-   ##
=======================================
  Coverage   81.10%   81.10%           
=======================================
  Files           2        2           
  Lines         677      677           
=======================================
  Hits          549      549           
  Misses        128      128           
Flag Coverage Δ
unittests 81.10% <ø> (ø)

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


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 7d4edbd...c48335b. Read the comment docs.

daniel-mohr commented 2 years ago

cf. https://github.com/Unidata/cftime/issues/261