Skip to content

Commit

Permalink
remove extraneities
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Feb 6, 2025
1 parent 050a255 commit e652311
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/python-dependency-variation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,7 @@ jobs:
run: pip list

- name: Install tiledbsoma
# If you'reiterating on the testing framework itself, install from PyPI to avoid the
# time-consuming build. If you're trying to evaluate the code modified by a PR,
# install from source.
#
# From PyPI:
# run: pip install tiledbsoma==1.15.7
#
# From source:
run: pip -v install -e apis/python[all] -C "--build-option=--no-tiledb-deprecated"
#
env:
CC: ${{ matrix.cc }}
CXX: ${{ matrix.cxx }}
Expand Down

0 comments on commit e652311

Please sign in to comment.