Skip to content

Commit 02b1dff

Browse files
committed
update
1 parent 74856e5 commit 02b1dff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/github/linux/ort_minimal/build_full_ort_and_create_ort_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -x
88

99
BUILD_DIR=${1:?"usage: $0 <build directory>"}
1010

11-
python3.12 -m pip install -r /onnxruntime_src/tools/ci_build/requirements/pybind/requirements.txt
11+
python3.12 -m pip install -r /onnxruntime_src/tools/ci_build/github/linux/python/requirements.txt
1212
# Validate the operator kernel registrations, as the ORT model uses hashes of the kernel registration details
1313
# to find kernels. If the hashes from the registration details are incorrect we will produce a model that will break
1414
# when the registration is fixed in the future.

tools/ci_build/github/linux/ort_minimal/build_minimal_ort_and_run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ if [[ -z "${BUILD_DIR}" || -z "${REDUCED_OPS_CONFIG_FILE}" ]]; then
6565
echo "$USAGE_TEXT"
6666
exit 1
6767
fi
68-
python3.12 -m pip install -r /onnxruntime_src/tools/ci_build/requirements/pybind/requirements.txt
68+
python3.12 -m pip install -r /onnxruntime_src/tools/ci_build/github/linux/python/requirements.txt
6969
# Perform a minimal build with required ops and run ORT minimal build UTs
7070
python3.12 /onnxruntime_src/tools/ci_build/build.py \
7171
--build_dir ${BUILD_DIR} --cmake_generator Ninja \

0 commit comments

Comments
 (0)