Skip to content

Commit 511834f

Browse files
committed
Clarify UV_ARGS comments
1 parent 7e06551 commit 511834f

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

acceptance/bundle/python/pipelines-support/test.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

acceptance/bundle/python/test.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Tests don't interact with APIs
2-
31
Ignore = [
4-
# created by scripts to install the latest wheel with UV_ARGS
2+
# requirements-latest.txt is created by scripts to install databricks-bundles from the same commit
53
"requirements-latest.txt",
64
]
75

86
[EnvMatrix]
97
UV_ARGS = [
8+
# pin to a specific version from the past to avoid issues with unintended breaking changes
9+
# we can't expect CLI and databricks-bundles versions to be always in sync
1010
"--with databricks-bundles==0.266.0",
11+
# requirements-latest.txt is created by scripts install databricks-bundles from the same commit
1112
"--with-requirements requirements-latest.txt --no-cache",
1213
]

acceptance/bundle/python/unicode-support/test.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)