-
Notifications
You must be signed in to change notification settings - Fork 55
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
add github actions support #83
Conversation
@goodboy I would love to see the project improve the actual situation. So, lets start with implementing the CI |
@linuxmaniac thanks for the the PR! Do you have an example of this CI run working fully on your fork by chance? |
I do, but for sure it's not passing https://github.com/linuxmaniac/pysipp/actions/runs/3565669501/jobs/5991124740
|
Here is a CI for previous py27 but fails on the pypy2 environment https://github.com/linuxmaniac/pysipp/actions/runs/3594127596
|
Ok so maybe to just get this all going can we skip the If you're uncomfortable try that lmk 😸 |
* tox: update environments
* we are in the middle of a migration, lets just mark this one and later we can figure out what's wrong
@goodboy with this last version, all OK https://github.com/linuxmaniac/pysipp/actions/runs/3599894859 |
@linuxmaniac nice work, maybe make a followup issue for those tests as well so we don't forget about them 😂 |
As mentioned at #62 project needs to migrate CI to github actions