Skip to content

Commit 641f7ff

Browse files
committed
show installed versions
1 parent c346cb8 commit 641f7ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pytorch-version-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
uses: astral-sh/setup-uv@v5
4747
with:
4848
python-version: ${{ matrix.python-version }}
49+
- name: Show installed versions
50+
run: |
51+
python -V
52+
pip list
4953
- name: Install PyTorch ${{ matrix.pytorch-version }}
5054
run: |
5155
# Use appropriate install index

0 commit comments

Comments
 (0)