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

Ensure hatch is installed before running tests #63

Merged
2 commits merged into from
Dec 17, 2024
Merged

Conversation

cybernobie
Copy link
Contributor

This update adds a prerequisite check to ensure that the hatch tool is installed before running tests.
Without it, the test commands won't execute as expected.

Key Changes:

  • Added instructions to install hatch in the Running Tests section of the documentation.

@Viddesh1
Copy link

I have a question why not put hatch in pyproject.toml file as dependencies? It can be directly install from source when needed like pip install -e .

@gagb gagb mentioned this pull request Dec 17, 2024
@gagb gagb closed this pull request by merging all changes into microsoft:main in c8980d9 Dec 17, 2024
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.

3 participants