This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch fix-python-ci in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 3d922d2916292756410990c15b6ecc4b5b368916 Author: Xuanwo <[email protected]> AuthorDate: Thu Oct 17 14:11:25 2024 +0800 ci: Remove not needed --break-system-packages Signed-off-by: Xuanwo <[email protected]> --- .github/workflows/ci_bindings_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_bindings_python.yml b/.github/workflows/ci_bindings_python.yml index 9493e7da87..f3fc63d6cc 100644 --- a/.github/workflows/ci_bindings_python.yml +++ b/.github/workflows/ci_bindings_python.yml @@ -42,5 +42,5 @@ jobs: - name: Ruff Check working-directory: "bindings/python" run: | - pip install ruff --break-system-packages + pip install ruff ruff check .
