Skip to content

Commit

Permalink
Fixes makefile to also work for zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Aug 9, 2024
1 parent a57170a commit 73bda69
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]>=1.13.0
pip install "mteb[dev]>=1.13.0"

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

0 comments on commit 73bda69

Please sign in to comment.