Skip to content

Commit 42f72a0

Browse files
committed
try uv sync
1 parent 2d44374 commit 42f72a0

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
# Ignore 32 bit architectures
7171
CIBW_ARCHS: "auto64"
7272
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
73-
# Install test dependencies from pyproject.toml dependency-groups
74-
CIBW_BEFORE_TEST: "uv pip install --group dev"
73+
CIBW_BEFORE_TEST: "uv sync --group dev --no-install-project"
7574
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
7675
# Ignore tests for pypy since not all dependencies are compiled for it
7776
# and would require a local rust build chain

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
# Ignore 32 bit architectures
6666
CIBW_ARCHS: "auto64"
6767
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
68-
# Install test dependencies from pyproject.toml dependency-groups
69-
CIBW_BEFORE_TEST: "uv pip install --group dev"
68+
CIBW_BEFORE_TEST: "uv sync --group dev --no-install-project"
7069
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
7170
# Ignore tests for pypy since not all dependencies are compiled for it
7271
# and would require a local rust build chain

0 commit comments

Comments
 (0)