Skip to content

Commit b3a0ec2

Browse files
committed
debug
1 parent 57f5045 commit b3a0ec2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
curl -sSL https://install.python-poetry.org | python3 -
3333
echo "$HOME/.local/bin" >> $GITHUB_PATH # Ensure Poetry is in PATH
3434
35+
36+
- name: Debug
37+
run: |
38+
git diff HEAD pyproject.toml
39+
3540
- name: Clear Poetry cache
3641
run: poetry cache clear pypi --all
3742

0 commit comments

Comments
 (0)