Skip to content

Commit

Permalink
cmake: Use requirements_lock_3_#.txt file (instead of requirements.in).
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 644209740
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and copybara-github committed Jun 18, 2024
1 parent 91bf7c3 commit 7fae14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_and_run_tests_cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function cleanup {
trap cleanup EXIT

echo -e "\e[33mInstalling the requirements (use --noinstall to skip).\e[0m"
pip3 install --upgrade -r ./pybind11_abseil/requirements/requirements.in
pip3 install --upgrade -r $(python3 -c 'import sys; print("./pybind11_abseil/requirements/requirements_lock_%d_%d.txt" % (sys.version_info[:2]))')

echo "Building and testing in $PWD using 'python' (version $PYVERSION)."

Expand Down

0 comments on commit 7fae14d

Please sign in to comment.