Skip to content

Commit 0d1b159

Browse files
authored
Fix running unit tests in set_up (#60)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
1 parent 384b62f commit 0d1b159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_up/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ runs:
3939
key: v7-build-tox-cache-${{ inputs.python_version }}-${{ inputs.package_name }}-${{ inputs.os }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}
4040

4141
- name: Run unit tests/benchmarks with tox
42-
if: ${{ inputs.python_version == 'true' }}
42+
if: ${{ inputs.run_unit_tests == 'true' }}
4343
shell: bash
4444
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

Comments
 (0)