Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ci.yml to directly install py27 on windows runner (#197)
* update ci.yml to use ubuntu instead of windows for py27 * change ubuntu 20.04 to lates * change ubuntu to 22.04 * testing * testing2 * test3 * testing to see if codecov runs on all tests * remove sudo * add exit when there's failing tests * trying to exit when there's error * testing exit when tests fails * fail pipeline when there's failing test * trying to fail th pipepline * fail pipeline * use condition to look into err2.txt * test if py3 will fail * add checking for failing in py3 * test if py3 failed or not * all else * use if statement in py39 to check for failure * modify the if greq * =~ is not supported in github * add back if grep because the shell is bash * revert format * change runner os back to window and install py27 * refreshevn was giving error, so change it to use path directly * add github cached for python27 installation * revert changes to avoid cached, it gave out some errors
- Loading branch information