Update build.yml

This commit is contained in:
Jay Lee
2025-09-30 19:00:50 -04:00
committed by GitHub
parent 48de06613f
commit 3d22891052

View File

@@ -465,7 +465,7 @@ jobs:
"$PYTHON" -m venv venv
if [[ "$RUNNER_OS" == "Windows" ]]; then
# hack till pyscard has a wheel for win arm64
"$PYTHON" -m pip install --upgrade pyscard
"$PYTHON" -m pip install --upgrade --force-reinstall pyscard
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
else
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"