Skip to content

Commit 90f66be

Browse files
committed
setup-poetry: Disable condition for testing
1 parent 2a416ba commit 90f66be

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)