Skip to content

Commit 14a4907

Browse files
committed
fix: increase verbosity of version display in workflow
1 parent 1bf2be6 commit 14a4907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
pip install torch --index-url https://download.pytorch.org/whl/cpu
2727
- name: Display version
2828
run: |
29-
setuptools-git-versioning -v >> $GITHUB_STEP_SUMMARY
29+
setuptools-git-versioning -vv >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)