Skip to content

Commit cc79c8e

Browse files
committed
Add show-install-packages
1 parent bd48d9e commit cc79c8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
43+
- name: Show installed packages
44+
run: |
45+
python -m pip list
4346
- name: Install dependencies
4447
run: |
4548
python -m pip install uv
@@ -55,6 +58,9 @@ jobs:
5558
uses: actions/setup-python@v5
5659
with:
5760
python-version: "3.9"
61+
- name: Show installed packages
62+
run: |
63+
python -m pip list
5864
- name: Install dependencies
5965
run: |
6066
python -m pip install uv

0 commit comments

Comments
 (0)