Skip to content

Commit 51b6c9c

Browse files
committed
nit
1 parent 08eaf56 commit 51b6c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: TileDB Python CI
22

33
# This workflow has two modes:
4-
# 1. Default: Builds TileDB-Py normally using pre-built TileDB Core libraries (via pipx build)
4+
# 1. Default: Builds TileDB-Py normally using pre-built TileDB Core binaries.
55
# 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
6+
# from source at the specified ref (branch/tag/commit) and builds TileDB-Py against it.
77

88
on:
99
push:

0 commit comments

Comments
 (0)