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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
```