Skip to content

Commit

Permalink
Show pip dependencies after CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed May 21, 2024
1 parent 54efa08 commit fffb1af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ jobs:
run: sleep 30 && PATCH_ES=1 ELASTIC_CLOUD_ID=foo ELASTIC_API_KEY=bar bin/nbtest notebooks/search/00-quick-start.ipynb
- name: Run tests
run: PATCH_ES=1 FORCE_COLOR=1 make -s test
- name: Show installed Python dependencies
if: always
run: .venv/bin/pip freeze

0 comments on commit fffb1af

Please sign in to comment.