Skip to content

Commit 4b8923d

Browse files
Show pip dependencies after CI run (#239)
1 parent 79aa22e commit 4b8923d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ jobs:
5252
run: sleep 30 && PATCH_ES=1 ELASTIC_CLOUD_ID=foo ELASTIC_API_KEY=bar bin/nbtest notebooks/search/00-quick-start.ipynb
5353
- name: Run tests
5454
run: PATCH_ES=1 FORCE_COLOR=1 make -s test
55+
- name: Show installed Python dependencies
56+
if: always()
57+
run: .venv/bin/pip freeze

0 commit comments

Comments
 (0)