Skip to content

Commit d653b56

Browse files
committed
test: Show Poetry dependencies to debug GitHub Actions caching
1 parent 7d91cd6 commit d653b56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ jobs:
192192

193193
- name: Install project
194194
run: poetry install --no-interaction
195+
196+
- name: Show Poetry dependencies
197+
run: poetry show --tree
198+
199+
- name: Show Poetry internal dependencies
200+
run: poetry self show plugins
195201

196202
- name: Run mypy
197203
run: |

0 commit comments

Comments
 (0)