We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e944f46 commit 8b40a08Copy full SHA for 8b40a08
.github/workflows/onnxruntime.yaml
@@ -34,7 +34,7 @@ jobs:
34
source ~/.bashrc
35
mamba activate pyenv
36
pip install cmake numpy==2.0 onnx packaging wheel auditwheel sympy pytest
37
- git clone --depth 1 --branch ${{ matrix.onnxruntimeBranch }} --recursive https://github.com/Microsoft/onnxruntime.git
+ git clone --depth 1 --branch ${{ inputs.onnxruntimeBranch }} --recursive https://github.com/Microsoft/onnxruntime.git
38
cd onnxruntime/
39
./build.sh --config Release --build_shared_lib --parallel --compile_no_warning_as_error --skip_submodule_sync --allow_running_as_root --build_wheel
40
cp ./build/Linux/Release/dist/*.whl /dist
0 commit comments