Skip to content

Commit

Permalink
Correct path to versioned Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjamenMeyer committed Dec 15, 2024
1 parent 8eba274 commit 6227697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ then
#echo "Review Homebrew Python Applications:"
#ls ${HOMEBREW_PYTHON_BIN}

HOMEBREW_PYTHON_VERSION=$(${HOMEBREW_PYTHON_BIN}/python${BUILD_WITH_PYTHON_VERSION} -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
HOMEBREW_PYTHON_VERSION=$(${HOMEBREW_BIN}/python${BUILD_WITH_PYTHON_VERSION} -c "import sys; print(f'{sys.version_info.major}.{sys.version_info.minor}')")
echo " Detected Python Version: ${HOMEBREW_PYTHON_VERSION}"

# Ensure it uses the correct Python version
Expand Down

0 comments on commit 6227697

Please sign in to comment.