Skip to content

Commit be10d20

Browse files
committed
Revert "--all-extras"
This reverts commit 2be8927.
1 parent 2be8927 commit be10d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Ignore 32 bit architectures
7171
CIBW_ARCHS: "auto64"
7272
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
73-
CIBW_BEFORE_TEST: "uv sync --directory {project} --all-extras --no-install-project"
73+
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
7474
CIBW_TEST_COMMAND: "uv run --directory {project} pytest tests/avro/test_decoder.py"
7575
# Ignore tests for pypy since not all dependencies are compiled for it
7676
# and would require a local rust build chain

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Ignore 32 bit architectures
6666
CIBW_ARCHS: "auto64"
6767
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
68-
CIBW_BEFORE_TEST: "uv sync --directory {project} --all-extras --no-install-project"
68+
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
6969
CIBW_TEST_COMMAND: "uv run --directory {project} pytest tests/avro/test_decoder.py"
7070
# Ignore tests for pypy since not all dependencies are compiled for it
7171
# and would require a local rust build chain

0 commit comments

Comments
 (0)