We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08eaf56 commit 51b6c9cCopy full SHA for 51b6c9c
.github/workflows/ci.yml
@@ -1,9 +1,9 @@
1
name: TileDB Python CI
2
3
# This workflow has two modes:
4
-# 1. Default: Builds TileDB-Py normally using pre-built TileDB Core libraries (via pipx build)
+# 1. Default: Builds TileDB-Py normally using pre-built TileDB Core binaries.
5
# 2. Custom TileDB: When 'libtiledb_ref' is specified via workflow_dispatch, it builds TileDB Core
6
-# from source at the specified ref (branch/tag/commit) and builds TileDB-Py against it
+# from source at the specified ref (branch/tag/commit) and builds TileDB-Py against it.
7
8
on:
9
push:
0 commit comments