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

Setup scripts ignore failures #494

Open
hombit opened this issue Oct 25, 2024 · 0 comments
Open

Setup scripts ignore failures #494

hombit opened this issue Oct 25, 2024 · 0 comments

Comments

@hombit
Copy link
Contributor

hombit commented Oct 25, 2024

Both .initialize_new_project.sh and .setup_dev.sh ignore failures of individual commands, which is not helpful when something goes wrong. I discovered this when I created a new environment with Python 3.13, and pip install -e .[dev] failed silently while running .setup_dev.sh.

I believe that adding set -e as the first command in each file would help.

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

1 participant