Skip to content

Commit

Permalink
fix cprofile args with main in dvc
Browse files Browse the repository at this point in the history
Was renamed in dvc to support pytest-benchmark>=5.
  • Loading branch information
skshetry committed Nov 11, 2024
1 parent 8887ee0 commit f69b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ env:
DVC_S3_REF: main
UV_SYSTEM_PYTHON: true
TESTS_TO_RUN: ${{ github.event.inputs.tests_to_run || '' }}
CPROFILE_ARGS: ${{ github.event.inputs.cprofile == 'true' && '--benchmark-cprofile-dump' || '' }}
CPROFILE_ARGS: ${{ github.event.inputs.cprofile == 'true' && '--dvc-benchmark-cprofile-dump' || '' }}

permissions:
contents: read
Expand Down

0 comments on commit f69b9be

Please sign in to comment.