From 73bda695407ab20c80dc45f5f89cebbaeabf5ca9 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Fri, 9 Aug 2024 14:51:32 +0200 Subject: [PATCH] Fixes makefile to also work for zsh --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7f004dfc7..e19d7f403 100644 --- a/makefile +++ b/makefile @@ -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 ---"