Use uv sync in workspace tests (#12181)

This commit is contained in:
Charlie Marsh
2025-03-15 13:52:43 -07:00
committed by GitHub
parent 5880a98163
commit 2a9bade4df
18 changed files with 323 additions and 307 deletions
@@ -2,7 +2,7 @@
name = "bird-feeder"
version = "1.0.0"
requires-python = ">=3.12"
dependencies = ["anyio>=4.3.0,<5"]
dependencies = ["iniconfig>=2,<3"]
[build-system]
requires = ["hatchling"]
@@ -1,4 +1,4 @@
import anyio
import iniconfig
def use():