Datasets:
mteb
/

File size: 221 Bytes
bd2df88
 
 
d4cd5e2
bd2df88
 
 
 
1
2
3
4
5
6
7
8
install-for-tests:
	@echo "--- Installing dependencies for tests ---"
	# just use the dev dependencies from mteb to keep everything compatible
	pip install "mteb[dev]>=1.13.0"

test:
	@echo "--- Running tests ---"
	pytest