Skip to content

Commit dbc11b5

Browse files
committed
update the copilot instructions
1 parent 8b3e8a8 commit dbc11b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ guidelines when contributing:
1010

1111
### Development Flow
1212
- Install dependencies: `(curl -LsSf https://astral.sh/uv/install.sh | sh) && uv venv && uv pip install -r requirements.txt -r tests/requirements.txt && pre-commit install`
13-
- Test: `export PYTHONPATH=. && export CLARIFAI_USER_ID="$(uv run python scripts/key_for_tests.py --get-userid)" && export CLARIFAI_PAT="$(uv run python scripts/key_for_tests.py --create-pat)" && uv run pytest --cov=. --cov-report=xml:coverage/coverage.cobertura.xml --ignore=tests/runners/test_model_run_locally-container.py`
13+
- Test: `./tests/run_tests.sh`
1414

1515
## Repository Structure
1616
- `tests/`: Where all the tests are

0 commit comments

Comments
 (0)