Skip to content

Commit 9d861f8

Browse files
authored
Merge pull request #108 from chrishavlin/list_deps_in_actions
list deps in weekly action
2 parents 12128cf + 2af624f commit 9d861f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/weekly-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
python -m pip install -e .[full,test]
27+
- name: List installed deps
28+
run: pip list
2729
- name: Run Tests
2830
run: pytest -v .

0 commit comments

Comments
 (0)