sympy / sympy_benchmarks

Some benchmarks of SymPy
14 stars 32 forks source link

Travis CI is broken #77

Closed oscarbenjamin closed 1 year ago

oscarbenjamin commented 3 years ago

Looks like the CI for this repo is broken now.

It should probably be migrated from Travis to GitHub Actions.

See also this sympy issue which discusses the end of free usage for Travis: https://github.com/sympy/sympy/issues/20374

This PR shows a basic example of setting up actions: https://github.com/sympy/sympy/pull/20466

SymPy's full actions file can be seen here: https://github.com/sympy/sympy/blob/master/.github/workflows/runtests.yml

brocksam commented 1 year ago

This issue can now be closed with the merging of PR #80.