mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Change pyscard installation to a GitHub commit. #1848
Updated pyscard installation to use a specific GitHub commit.
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -496,7 +496,7 @@ jobs:
|
|||||||
"$PYTHON" -m venv venv
|
"$PYTHON" -m venv venv
|
||||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||||
# hack till pyscard has a wheel for win arm64
|
# hack till pyscard has a wheel for win arm64
|
||||||
"$PYTHON" -m pip install --upgrade --force-reinstall pyscard
|
"$PYTHON" -m pip install --upgrade --force-reinstall git+https://github.com/LudovicRousseau/pyscard.git@dabf0491fc873e4b37be173014908daff4f42ec0
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
export PYTHON="${GITHUB_WORKSPACE}/venv/scripts/python.exe"
|
||||||
else
|
else
|
||||||
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
|
export PYTHON="${GITHUB_WORKSPACE}/venv/bin/python3"
|
||||||
@@ -515,6 +515,7 @@ jobs:
|
|||||||
"$PYTHON" -m pip cache info
|
"$PYTHON" -m pip cache info
|
||||||
echo "--list--"
|
echo "--list--"
|
||||||
"$PYTHON" -m pip cache list
|
"$PYTHON" -m pip cache list
|
||||||
|
"$PYTHON" -m pip install git+https://github.com/LudovicRousseau/pyscard.git@dabf0491fc873e4b37be173014908daff4f42ec0
|
||||||
"$PYTHON" -m pip install --upgrade ..[yubikey]
|
"$PYTHON" -m pip install --upgrade ..[yubikey]
|
||||||
echo "after everything..."
|
echo "after everything..."
|
||||||
"$PYTHON" -m pip list
|
"$PYTHON" -m pip list
|
||||||
|
|||||||
Reference in New Issue
Block a user