We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3725126 commit 1527507Copy full SHA for 1527507
.github/workflows/rw_poetry_run_test.yaml
@@ -130,7 +130,7 @@ jobs:
130
poetry --version
131
132
- name: Build Python runtime environment by Poetry
133
- if: ${{ inputs.install_dependency_with_group != '' || inputs.install_dependency_without_group != '' }}
+ if: ${{ inputs.install_dependency_with_group == '' || inputs.install_dependency_without_group == '' }}
134
working-directory: ${{ inputs.test_working_directory }}
135
run: |
136
poetry install
0 commit comments