Skip to content

Commit

Permalink
rm soma@kerl/python-3.12 CI pin
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Oct 18, 2024
1 parent 5606b83 commit 63b6d5e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/python-ci-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,6 @@ jobs:
CC: ${{ inputs.cc }}
CXX: ${{ inputs.cxx }}

# Temporary for
# https://github.com/single-cell-data/SOMA/pull/222
# https://github.com/single-cell-data/TileDB-SOMA/pull/3001
- name: Install somacore branch
if: ${{contains(github.event.head_commit.message, 'overwrite classes to make queries use C++ re-indexer') }}
run: |
pip uninstall somacore
git clone [email protected]:single-cell-data/SOMA.git soma
cd ./SOMA
git checkout kerl/python-3.12
pip install ./
python -c 'import somacore; print(somacore.__version__)'
- name: Show package versions
run: python scripts/show-versions.py

Expand Down

0 comments on commit 63b6d5e

Please sign in to comment.