Skip to content

Commit 53b32e4

Browse files
committed
Use Python version 3.12
1 parent 45329cb commit 53b32e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function makeOnnxFiles () {
8787
fi
8888
export PYENV_ROOT="${WORK_DIR}/.pyenv"
8989
PYENV="${PYENV_ROOT}/bin/pyenv"
90-
PYENV_PYTHON_VERSION=miniconda3-latest
90+
PYENV_PYTHON_VERSION=3.12.9
9191
if [ ! -d "${PYENV_ROOT}" ]; then
9292
git clone https://github.com/pyenv/pyenv.git "${PYENV_ROOT}"
9393
pushd "${PYENV_ROOT}"

0 commit comments

Comments
 (0)