mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Add verbose flag to pip install command
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -516,7 +516,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 --upgrade ..[yubikey]
|
"$PYTHON" -m pip install -vvv --upgrade ..[yubikey]
|
||||||
echo "after everything..."
|
echo "after everything..."
|
||||||
"$PYTHON" -m pip list
|
"$PYTHON" -m pip list
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user