Datasets:
mteb
/

results / makefile
KennethEnevoldsen's picture
Added integration tests for MTEB
bd2df88 unverified
raw
history blame
211 Bytes
install-for-tests:
@echo "--- Installing dependencies for tests ---"
# just use the dev dependencies from mteb to keep everything compatible
pip install mteb[dev]
test:
@echo "--- Running tests ---"
pytest