Update CONTRIBUTING.md

This commit is contained in:
Yuan Tang 2025-02-26 12:31:25 -05:00 committed by GitHub
parent dd9bb9300a
commit 02a6376f13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -70,9 +70,9 @@ $ uv pip install -e .
$ source .venv/bin/activate
```
Note that you can modify the existing `.env.dev` dotenv file for running tests via the following:
Note that you can modify the existing `.env.dev` dotenv file for running client SDK tests via the following:
```bash
$ uv run --env-file .env.dev -- python <your-test-script>
$ uv run --env-file .env.dev -- pytest -v tests/client-sdk/inference/test_text_inference.py
```
## Pre-commit Hooks