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 8, 2024
1 parent db948dc commit d4fd7be
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 @@ -33,7 +33,7 @@ jobs:
- name: Install an available library from the abandoned nmslib project
run: >-
[ $(python --version | sed -E 's/Python ([0-9]+\.[0-9]+)\.[0-9]+.*/\1/') == '3.12' ] && \
pip install test-resources/github-workflow-lib/*
pip install test-resources/github-workflow-lib/* || true
- name: Prepare tests
run: 'make info deps'
Expand Down

0 comments on commit d4fd7be

Please sign in to comment.