extinctsion / easyPythonpi

A python library for the beginners. The program includes simple calulations. Genuine PRs will be merged without delays
https://pypi.org/project/easyPythonpi/
14 stars 36 forks source link

Let's make a githubworkflows action to test cases whenever a new pull request is made. #67

Closed extinctsion closed 8 months ago

extinctsion commented 9 months ago

A github workflow actions can be made to check the test cases whenever a new pull request is made on the main branch.

This will entirely automate the process and we can restrict the pull request or ask them to make necessary changes whenever they fail any test cases.

Feel free to ask any questions if you have any doubt.

Kishore-abhimanyu commented 9 months ago

I would like to work on this. Can you please assign this to me? @extinctsion

Kishore-abhimanyu commented 9 months ago

Please review this PR @extinctsion

extinctsion commented 9 months ago

Also pls configure to test for various version of python from py3.7 to latest and also on different platforms such as windows, ubuntu latest and mac.

extinctsion commented 9 months ago

you can take help from this youtube video - https://youtu.be/UEOtZvTCmDo?si=SwfdqnLw-3isB8P3

Kishore-abhimanyu commented 9 months ago

@extinctsion I have made the required changes. Please verify

Screenshot 2023-10-22 at 5 11 12 PM
extinctsion commented 8 months ago

This workflow is working fine. Hence, this issue is resolved.