Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 5fb2416

Browse files
committed
Merge branch 'main' of github.com:DiamondLightSource/python3-pip-skeleton into review-nov22
2 parents b9fe2bf + 4ccb601 commit 5fb2416

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
requirements_file: requirements-test-${{ matrix.os }}-${{ matrix.python }}.txt
6868
install_options: ${{ matrix.install }}
6969

70+
- name: List dependency tree
71+
run: pipdeptree
72+
7073
- name: Run tests
7174
run: pytest
7275

0 commit comments

Comments
 (0)