We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b69aa commit 60c056cCopy full SHA for 60c056c
1 file changed
.github/workflows/ci.yml
@@ -70,6 +70,8 @@ jobs:
70
pip uninstall -y tqdm
71
npm install -g pnpm
72
pnpm i --frozen-lockfile --color
73
+ # Show all installed dependencies
74
+ pip list
75
76
- name: Download datasets
77
run: |
0 commit comments