This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch kevinjqliu/fix-nightly
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/kevinjqliu/fix-nightly by this
push:
new 2be89278 --all-extras
2be89278 is described below
commit 2be89278a0335e7c1820ffa80c0cd841f9f3422c
Author: Kevin Liu <[email protected]>
AuthorDate: Wed Jan 14 13:58:03 2026 -0800
--all-extras
---
.github/workflows/pypi-build-artifacts.yml | 2 +-
.github/workflows/svn-build-artifacts.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pypi-build-artifacts.yml
b/.github/workflows/pypi-build-artifacts.yml
index 088ae09f..d2948578 100644
--- a/.github/workflows/pypi-build-artifacts.yml
+++ b/.github/workflows/pypi-build-artifacts.yml
@@ -70,7 +70,7 @@ jobs:
# Ignore 32 bit architectures
CIBW_ARCHS: "auto64"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
- CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev
--no-install-project"
+ CIBW_BEFORE_TEST: "uv sync --directory {project} --all-extras
--no-install-project"
CIBW_TEST_COMMAND: "uv run --directory {project} pytest
tests/avro/test_decoder.py"
# Ignore tests for pypy since not all dependencies are compiled for
it
# and would require a local rust build chain
diff --git a/.github/workflows/svn-build-artifacts.yml
b/.github/workflows/svn-build-artifacts.yml
index 56d8f1af..cbb4ee2d 100644
--- a/.github/workflows/svn-build-artifacts.yml
+++ b/.github/workflows/svn-build-artifacts.yml
@@ -65,7 +65,7 @@ jobs:
# Ignore 32 bit architectures
CIBW_ARCHS: "auto64"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
- CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev
--no-install-project"
+ CIBW_BEFORE_TEST: "uv sync --directory {project} --all-extras
--no-install-project"
CIBW_TEST_COMMAND: "uv run --directory {project} pytest
tests/avro/test_decoder.py"
# Ignore tests for pypy since not all dependencies are compiled for
it
# and would require a local rust build chain