Skip to content

Commit

Permalink
bail if pip install fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsadhwani committed May 21, 2024
1 parent 5f61294 commit cde6605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packaged/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def create_package(
)
},
cwd=source_directory,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
check=True,
capture_output=True,
)
except subprocess.CalledProcessError as exc:
spinner.stop()
Expand Down

0 comments on commit cde6605

Please sign in to comment.