astropy / coordinates-benchmark

Accuracy Benchmarks of different coordinate conversion codes. Maintainers: @astrojuanlu, @astrofrog, and @cdeil
https://www.astropy.org/coordinates-benchmark/summary.html
11 stars 12 forks source link

Use GitHub Actions to run benchmarks #71

Closed astrojuanlu closed 4 years ago

astrojuanlu commented 4 years ago

Closes #70.

astrojuanlu commented 4 years ago

After a little bit of debugging, I have the benchmarks working. I tried to stick close to what .travis.yml does, and in particular I kept conda and https://github.com/astropy/ci-helpers. However, the latter was phased out two days ago, therefore we should find an alternative way.

astrojuanlu commented 4 years ago

Now it's working with just normal pip, and the dependencies table is exactly the same :tada:

astrojuanlu commented 4 years ago

Next steps:

And then keep working on the rest of the issues :)

astrojuanlu commented 4 years ago

cc'ing @pllim as well

When someone approves the GH Actions workflow, I will squash the commit history and remove the Travis CI config.

pllim commented 4 years ago

Thanks for the ping. I'll have a look when I get the chance.

astrojuanlu commented 4 years ago

Good catch about the warnings @pllim ! They were there before, so for the moment I won't do anything about them either.