Skip to content

Commit

Permalink
Update .github/workflows/interface-unit-tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mudit Pandey <mudit.pandey@xanadu.ai>
  • Loading branch information
mlxd and mudit2812 authored Sep 13, 2024
1 parent 95822bc commit a746721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interface-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
pytest_coverage_flags: ${{ inputs.pytest_coverage_flags }}
pytest_markers: tf and not qcut and not finite-diff and not param-shift
pytest_additional_args: ${{ needs.setup-ci-load.outputs.enable_split == '1' && format('--splits {0} --group {1}', '3', matrix.group) || '' }}
pytest_durations_file_path: ${{ needs.setup-ci-load.outputs.enable_split == '1' && '.github/workflows/tf_tests_durations.json' || '' }}
pytest_durations_file_path: '.github/workflows/tf_tests_durations.json'
pytest_store_durations: ${{ inputs.pytest_store_durations }}
additional_pip_packages: ${{ needs.setup-ci-load.outputs.enable_split == '1' && 'pytest-split' || '' }}
requirements_file: ${{ github.event_name == 'schedule' && strategy.job-index == 0 && 'tf.txt' || '' }}
Expand Down

0 comments on commit a746721

Please sign in to comment.