mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -470,6 +470,8 @@ jobs:
|
|||||||
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 pyscard
|
"$PYTHON" -m pip install --upgrade pyscard
|
||||||
|
"$PYTHON" -m pip cache info
|
||||||
|
"$PYTHON" -m pip cache list
|
||||||
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"
|
||||||
@@ -485,6 +487,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "before anything..."
|
echo "before anything..."
|
||||||
"$PYTHON" -m pip list
|
"$PYTHON" -m pip list
|
||||||
|
echo "--info--"
|
||||||
|
"$PYTHON" -m pip cache info
|
||||||
|
echo "--list--"
|
||||||
|
"$PYTHON" -m pip cache list
|
||||||
"$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