jjmccollum / teiphy

A Python package for converting TEI XML collations to NEXUS, BEAST 2.7 XML, and other formats
MIT License
11 stars 3 forks source link

Fix github actions workflow for iqtree #60

Closed rbturnbull closed 1 year ago

rbturnbull commented 1 year ago

The iqtree pipeline has started failing because no iqtree is in the path after installing it with apt-get. This might be related to the version being installed (2.0.7+dfsg-1).

jjmccollum commented 1 year ago

Looks like it's passing now. Thanks for looking into this!