Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/upload-benchmark-results/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
using: composite
steps:
- name: Setup uv
uses: pytorch/test-infra/.github/actions/setup-uv@main
uses: .github/actions/setup-uv
Comment thread
malfet marked this conversation as resolved.
Outdated

- name: Install dependencies
shell: bash
Expand Down Expand Up @@ -112,7 +112,7 @@ runs:
- name: Get workflow job id
if: ${{ inputs.github-token != '' }}
id: get-job-id
uses: pytorch/test-infra/.github/actions/get-workflow-job-id@main
uses: .github/actions/get-workflow-job-id
Comment thread
malfet marked this conversation as resolved.
Outdated
with:
github-token: ${{ inputs.github-token }}

Expand Down
Loading