Skip to content

Commit c322367

Browse files
committed
Revert "setup-poetry: Disable condition for testing"
This reverts commit 90f66be.
1 parent 90f66be commit c322367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup-poetry/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
run: poetry --version
7171
shell: bash
7272
- name: Log debug info
73-
# if: failure()
73+
if: failure()
7474
run: |
7575
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
7676
echo "PATH=$PATH"

0 commit comments

Comments
 (0)