Skip to content

Commit 0355343

Browse files
authored
Clone main branch in nightly (#798)
1 parent 9ee592d commit 0355343

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
os: [macos-13, ubuntu-24.04]
2626
branches:
2727
- {libtiledb: release-2.26, tiledb-py: 0.32.0}
28-
- {libtiledb: dev, tiledb-py: dev}
28+
- {libtiledb: main, tiledb-py: main}
2929
env:
3030
MACOSX_DEPLOYMENT_TARGET: 10.15
3131
steps:

apis/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ homepage = "https://tiledb.com"
5151
repository = "https://github.com/TileDB-Inc/TileDB-VCF"
5252

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

5757
[tool.scikit-build]

0 commit comments

Comments
 (0)