Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Aug 7, 2024
1 parent 840b6bc commit cc30132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

# https://github.com/nmslib/nmslib/issues/538
- name: Install an available library from the abandoned nmslib project
run: python -m pip "pip install 'nmslib-metabrainz~=2.1.2'"
run: 'pip install "nmslib-metabrainz~=2.1.2"'

- name: Prepare tests
run: 'make info deps'
Expand Down

0 comments on commit cc30132

Please sign in to comment.