Skip to content

Commit

Permalink
Install correct wheel in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Feb 12, 2025
1 parent 90f26ce commit 8440b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
sccache: true
- name: Install built wheel
shell: bash
run: pip install --find-links target/wheels/ rust_bindings
run: pip install --find-links target/wheels/ chromadb
- name: Test
run: python -m pytest ${{ matrix.test-globs }}
shell: bash
Expand Down

0 comments on commit 8440b6f

Please sign in to comment.