File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -246,19 +246,19 @@ jobs:
246246 - name : Test pypi pip
247247 env_name : pypi_pip_env_${{ github.run_id }}_${{ github.run_attempt }}
248248 use_pip : ' true'
249- install_cmd : pip install gptqmodel torch -U
249+ install_cmd : pip install gptqmodel torch -U -vvv
250250 - name : Test pypi uv
251251 env_name : pypi_uv_env_${{ github.run_id }}_${{ github.run_attempt }}
252252 use_pip : ' false'
253- install_cmd : uv pip install gptqmodel torch -U
253+ install_cmd : uv pip install gptqmodel torch -U -vvv
254254 - name : Test local pip
255255 env_name : local_pip_env_${{ github.run_id }}_${{ github.run_attempt }}
256256 use_pip : ' true'
257- install_cmd : pip install . torch -U
257+ install_cmd : pip install . torch -U -vvv
258258 - name : Test local uv
259259 env_name : local_uv_env_${{ github.run_id }}_${{ github.run_attempt }}
260260 use_pip : ' false'
261- install_cmd : uv pip install . torch -U
261+ install_cmd : uv pip install . torch -U -vvv
262262 steps :
263263 - name : Checkout Codes
264264 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments