Skip to content

Commit 9b872da

Browse files
committed
✏️ Adjust the condition to be more reasonable.
1 parent 1527507 commit 9b872da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
poetry --version
131131
132132
- name: Build Python runtime environment by Poetry
133-
if: ${{ inputs.install_dependency_with_group == '' || inputs.install_dependency_without_group == '' }}
133+
if: ${{ inputs.install_dependency_with_group == '' && inputs.install_dependency_without_group == '' }}
134134
working-directory: ${{ inputs.test_working_directory }}
135135
run: |
136136
poetry install

0 commit comments

Comments
 (0)