Skip to content
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

Rewrite rebuild_pipreinstall_and_testexamples.sh in python #17

Open
douglaskastle opened this issue Mar 26, 2020 · 2 comments
Open

Rewrite rebuild_pipreinstall_and_testexamples.sh in python #17

douglaskastle opened this issue Mar 26, 2020 · 2 comments

Comments

@douglaskastle
Copy link
Member

rebuild_pipreinstall_and_testexamples.sh does not work in windows land. cmd does not have shell (I am referring to local windows machines, not powershell)

A similar script written in python should work on all systems as python is the only prerequisite required to run the whole show.

@myselfhimself
Copy link
Collaborator

Agreed, I want travis CI and github actions on par.
This can indeed by either 3 or N python commands or 1 python script running those same python commands.

@douglaskastle
Copy link
Member Author

There are some actions in that one script that should maybe live in more than one. On a normaller work I might do it all with a makefile. There are individual recipes in there that I may want to call individually or altogther.

Sadly make is a missing from window cmd as sh is.

Investigating python equivalents:

https://pypi.org/project/py-make/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants