Skip to content

Commit

Permalink
Bump somacore to 1.0.19 for nightly feedstock builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Oct 1, 2024
1 parent f39d189 commit 3ebace3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/nightly/update-recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ sed -i \
s/"sha256: .\+"/"git_rev: main\n git_depth: -1"/ \
recipe/meta.yaml

# (Temporary) Bump somacore to 1.0.18
# (Temporary) Bump somacore
sed -i \
s/"somacore ==.\+"/"somacore ==1.0.18"/ \
s/"somacore ==.\+"/"somacore ==1.0.19"/ \
recipe/meta.yaml

git --no-pager diff recipe/meta.yaml
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ outputs:
test:
imports:
- tiledbsoma
requires:
- pip
commands:
- python -c 'import tiledbsoma; print(tiledbsoma.pytiledbsoma.version())'
# See also:
Expand All @@ -117,6 +119,7 @@ outputs:
# https://github.com/TileDB-Inc/tiledbsoma-feedstock/pull/171
# https://github.com/apache/arrow/issues/42154
- python -c 'import tiledbsoma; assert not tiledbsoma.DataFrame.exists("s3://abc/def")'
- pip check
about:
home: http://tiledb.com
license: MIT
Expand Down

0 comments on commit 3ebace3

Please sign in to comment.