Skip to content

Commit

Permalink
Clone main branch in nightly (TileDB-Inc#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
gspowley authored Jan 6, 2025
1 parent 9ee592d commit 0355343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
os: [macos-13, ubuntu-24.04]
branches:
- {libtiledb: release-2.26, tiledb-py: 0.32.0}
- {libtiledb: dev, tiledb-py: dev}
- {libtiledb: main, tiledb-py: main}
env:
MACOSX_DEPLOYMENT_TARGET: 10.15
steps:
Expand Down
2 changes: 1 addition & 1 deletion apis/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ homepage = "https://tiledb.com"
repository = "https://github.com/TileDB-Inc/TileDB-VCF"

[build-system]
requires = ["scikit-build-core", "pybind11[global]"]
requires = ["scikit-build-core", "pybind11[global]", "setuptools-scm>=8.1.0"]
build-backend = "scikit_build_core.build"

[tool.scikit-build]
Expand Down

0 comments on commit 0355343

Please sign in to comment.