Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ef14efd

Browse filesBrowse files
authored
MAINT Show HEAD hash in CUDA CI workflow (#29201)
1 parent b285de0 commit ef14efd
Copy full SHA for ef14efd

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

‎.github/workflows/cuda-gpu-ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/cuda-gpu-ci.yml
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- run: |
2323
git fetch origin +refs/pull/${{ inputs.pr_id }}/head:pr-${{ inputs.pr_id }}
2424
git checkout pr-${{ inputs.pr_id }}
25+
echo "Checked out commit $(git rev-parse HEAD)"
2526
- name: Cache conda environment
2627
id: cache-conda
2728
uses: actions/cache@v3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.