Skip to content

Conversation

@arhowe00
Copy link
Contributor

  • Quoting .[dev] ensures compatibility with stricter shells (e.g., zsh). This resolves installation issues in dev mode with the following:
$ zsh --version
zsh 5.9 (arm64-apple-darwin24.0)
$ python3 --version
Python 3.13.1

Fixes #191

@ebrahimebrahim ebrahimebrahim self-requested a review January 21, 2025 15:41
Copy link
Collaborator

@ebrahimebrahim ebrahimebrahim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TY for this! Can you make sure the issue number is referenced in the commit message? (either the title or the body is ok)

Closes OpenwaterHealth#191

- Quoting `.[dev]` ensures compatibility with stricter shells (e.g.,
  zsh). This resolves installation issues in dev mode with the
  following:

```
$ zsh --version
zsh 5.9 (arm64-apple-darwin24.0)
$ python3 --version
Python 3.13.1
```
@arhowe00 arhowe00 force-pushed the dev-mode-installation-command-compatibility branch from 48a9e9b to 78164ad Compare January 21, 2025 22:29
@arhowe00
Copy link
Contributor Author

Change has been made and commit amended @ebrahimebrahim

Copy link
Collaborator

@ebrahimebrahim ebrahimebrahim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@ebrahimebrahim ebrahimebrahim merged commit 1e2af4e into OpenwaterHealth:main Jan 22, 2025
9 checks passed
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

Successfully merging this pull request may close these issues.

Dev Mode Installation Command Compatibility

2 participants