Skip to content

Commit 60c056c

Browse files
authored
Added pip list to report python packages versions (#240)
1 parent c3b69aa commit 60c056c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
pip uninstall -y tqdm
7171
npm install -g pnpm
7272
pnpm i --frozen-lockfile --color
73+
# Show all installed dependencies
74+
pip list
7375
7476
- name: Download datasets
7577
run: |

0 commit comments

Comments
 (0)