We can update the version for checkout action in ci.yml file from v2 to v3 and also adding a paths-ignore for the trigger event would be good since running tests on changes made to files like .gitignore or LICENSE would be inefficient/unnecessary. Moreover testing against the latest python version 3.11 along with 3.6 can be also better....
We can update the version for checkout action in ci.yml file from v2 to
v3and also adding apaths-ignorefor the trigger event would be good since running tests on changes made to files like .gitignore or LICENSE would be inefficient/unnecessary. Moreover testing against the latest python version 3.11 along with 3.6 can be also better....