results / makefile
JCorners's picture
Duplicate from mteb/results
ab5e3f7
raw
history blame contribute delete
262 Bytes
install-for-tests:
@echo "--- Installing dependencies for tests ---"
uv sync --group dev --group pr-comment
test:
@echo "--- Running tests ---"
uv run --no-sync pytest
pre-push:
@echo "--- Running pre-push commands ---"
python reduce_large_json_files.py