kenwoodjw commented on PR #6670: URL: https://github.com/apache/opendal/pull/6670#issuecomment-3404803052
So it's better to build and run in `.github/workflows/ci_bindings_python.yml` ? add ```diff + - name: Build and import with python3.14t + working-directory: "bindings/python" + shell: bash + run: | + uv venv --python=python3.14t .venv-py314t + source .venv-py314t/bin/activate + pip install -q "maturin>=1.8.2" + maturin develop -F services-all + python -c "import opendal" + deactivate + rm -rf .venv-py314t ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
