This is an automated email from the ASF dual-hosted git repository. hgruszecki pushed a commit to branch 1889-test-examples in repository https://gitbox.apache.org/repos/asf/iggy.git
commit 1e0c5842f04b2c2c5d4ae0bdfa41425bdb18df15 Author: Huan-Cheng Chang <[email protected]> AuthorDate: Sun Sep 28 14:27:31 2025 +0100 fix --- .github/actions/python-maturin/test-examples/action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/python-maturin/test-examples/action.yml b/.github/actions/python-maturin/test-examples/action.yml index 7610fb58b..501da1ea3 100644 --- a/.github/actions/python-maturin/test-examples/action.yml +++ b/.github/actions/python-maturin/test-examples/action.yml @@ -53,8 +53,7 @@ runs: pip install -r examples/python/requirements.txt shell: bash - - name: Build Python wheel for testing - if: inputs.task == 'test' || inputs.task == 'build' + - name: Build and install Python wheel run: | cd foreign/python
