Skip to content

Commit 4dddbe0

Browse files
authored
Add tool.uv to pyproject.toml to silence workflow warnings (#60)
* Add tool.uv to pyproject.toml to silence workflow warnings * Temp app.py change to force CI * Pin uv in pyproject.toml * Revert "Temp app.py change to force CI" This reverts commit 07973d2.
1 parent 3be90e1 commit 4dddbe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ packages = ["tests"]
1717

1818
[tool.pytest.ini_options]
1919
testpaths = ["tests"]
20+
21+
[tool.uv]
22+
required-version = "0.6.14"

0 commit comments

Comments
 (0)