Skip to content

Commit

Permalink
[CI] show pip list
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 24, 2024
1 parent 5d0fc04 commit 718245c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ jobs:
nvcc --version
echo "== torch =="
pip show torch
echo "== pip list =="
pip list
- name: Download wheel
continue-on-error: true
Expand Down Expand Up @@ -387,6 +389,8 @@ jobs:
nvcc --version
echo "== torch =="
pip show torch
echo "== pip list =="
pip list
- name: Download wheel
continue-on-error: true
Expand Down

0 comments on commit 718245c

Please sign in to comment.