-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use github actions to run tests #49
use github actions to run tests #49
Conversation
Thank you for your contribution! The workflow is failing at the moment: https://github.com/Abdullah-Majid/big_O/actions/runs/3237399647/workflow |
got a working version but I think the number of python versions we can use is limited to a select few - apologies for all the commits! |
After the change is made, it would be great to squash all commits into one, since the changes are limited |
Looking good, could you please squash the 11 commits down to 1? |
Yep will do after work today - apologies had a busy past couple weeks will start work on the readme issue too. |
No worries, this is open source after all |
a902d59
to
0fe5e12
Compare
0fe5e12
to
16c34b4
Compare
Python 3.10 seems to be failing in the pipeline - I rebased off the latest master so not sure why only 2/3 are passing |
Maybe some optimizations in 3.10 make the function I suggest adding a new dummy linearithmic function in
I get reliable tests on 3.10 with this modified version of
Would you mind doing this changes? Thanks! |
Closing in favor of #56 |
.github/workflows/run-test.yml
yml
file and run tests.travis.yml