Skip to content

Commit

Permalink
Added a mock cache to make tests more clear
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Aug 9, 2024
1 parent 1c9228a commit a57170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
install-for-tests:
@echo "--- Installing dependencies for tests ---"
# just use the dev dependencies from mteb to keep everything compatible
pip install mteb[dev]
pip install mteb[dev]>=1.13.0

test:
@echo "--- Running tests ---"
Expand Down

0 comments on commit a57170a

Please sign in to comment.