Ensure hatch is installed before running tests

This commit is contained in:
CyberNobie
2024-12-16 18:47:24 +05:30
committed by GitHub
parent 81e3f24acd
commit 010f841008

View File

@@ -70,6 +70,7 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
To run the tests for this project, use the following command:
```sh
pip install hatch
hatch shell
hatch test
```