Skip to content

Commit e2b4658

Browse files
[CI] detail log
1 parent 47db417 commit e2b4658

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)