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 422006f commit bbf9b05Copy full SHA for bbf9b05
.github/workflows/ci.yml
@@ -108,7 +108,7 @@ jobs:
108
# Upload the wheel artifact for only one of the OS as it is OS-agnostic
109
wheel: ${{ (matrix.python-version == env.MAIN_PYTHON_VERSION) && (matrix.os == 'windows-latest') }}
110
wheelhouse: true
111
- standalone_suffix: ${{ inputs.standalone_suffix || ''}}
+ standalone_suffix: ${{ inputs.standalone_branch_suffix || ''}}
112
113
- name: "Prepare Testing Environment"
114
uses: ansys/pydpf-actions/prepare_tests@v2.3
0 commit comments