Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Sep 19, 2024
1 parent 407414a commit 0f6030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tilledbsoma-ml-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install prereqs
run: |
pip install --upgrade pip pytest setuptools
pip install tiledbsoma=${{ matrix.tiledbsoma-version }} .
pip install tiledbsoma${{ matrix.tiledbsoma-version }} .
- name: Run tests
run: pytest -v tests

0 comments on commit 0f6030f

Please sign in to comment.