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 772284605845d2e668469d91754b685395be8967
Author: Huan-Cheng Chang <[email protected]>
AuthorDate: Sun Sep 28 12:43:38 2025 +0100

    fix
---
 .github/actions/python-maturin/test-examples/action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/python-maturin/test-examples/action.yml 
b/.github/actions/python-maturin/test-examples/action.yml
index 2cc2bcc88..7610fb58b 100644
--- a/.github/actions/python-maturin/test-examples/action.yml
+++ b/.github/actions/python-maturin/test-examples/action.yml
@@ -50,7 +50,7 @@ runs:
         cd ../..
 
         # Install dependencies for examples
-        pip -r examples/python/requirements.txt
+        pip install -r examples/python/requirements.txt
       shell: bash
 
     - name: Build Python wheel for testing

Reply via email to