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 384b62f commit 0d1b159Copy full SHA for 0d1b159
.github/actions/set_up/action.yml
@@ -39,6 +39,6 @@ runs:
39
key: v7-build-tox-cache-${{ inputs.python_version }}-${{ inputs.package_name }}-${{ inputs.os }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}
40
41
- name: Run unit tests/benchmarks with tox
42
- if: ${{ inputs.python_version == 'true' }}
+ if: ${{ inputs.run_unit_tests == 'true' }}
43
shell: bash
44
run: tox -f ${{ inputs.python_version }}-${{ inputs.package_name }} -- -ra --benchmark-json=${{ inputs.python_version }}-${{ inputs.package_name }}-${{ inputs.os }}-benchmark.json
0 commit comments