karel-brinda / Phylign

Alignment against all pre-2019 bacteria on laptops within a few hours (former MOF-Search)
http://brinda.eu/mof
Other
25 stars 4 forks source link

fix: fix download issues and re-enables CI on ubuntu and mac and several python versions #235

Closed leoisl closed 10 months ago

leoisl commented 10 months ago

This PR:

  1. Fix download issues (see #234 for details);
  2. Re-enables CI on pushes and PRs to main on ubuntu-latest and macos-latest using python versions 3.8, 3.9, 3.10 and 3.11.

CI was previously disabled because we would use up the GH allocated minutes for private repos very fast. Now that is public we should re-enable CI to catch these errors when each PR is merged.

karel-brinda commented 10 months ago

Thanks for all the fixes!!