Skip to content

Commit

Permalink
re add results without large files in history
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Aug 14, 2024
1 parent 1c9228a commit d4cd5e2
Show file tree
Hide file tree
Showing 113 changed files with 118,018 additions and 40,848 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: "pip"

- name: Install dependencies
shell: bash
Expand Down
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

Large diffs are not rendered by default.

Loading

0 comments on commit d4cd5e2

Please sign in to comment.