Update build.yml

This commit is contained in:
Jay Lee
2025-09-30 11:21:48 -04:00
committed by GitHub
parent a1948eb3ca
commit 3f3d882c74

View File

@@ -473,7 +473,7 @@ jobs:
export PYTHON=venv/bin/python
fi
echo "2) ${PYTHON}"
export PYTHON=$(realpath "$PYTHON")
export PYTHON=$(realpath --no-symlinks "$PYTHON")
echo "3) ${PYTHON}"
echo "PYTHON=${PYTHON}" >> $GITHUB_ENV