Skip to content

Commit

Permalink
added compiler in CUDA job name (#3888)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Feb 1, 2021
1 parent b8cfaf6 commit 0c71be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
test:
name: cuda ${{ matrix.cuda_version }} ${{ matrix.method }} (linux, Python ${{ matrix.python_version }})
name: cuda ${{ matrix.cuda_version }} ${{ matrix.method }} (linux, ${{ matrix.compiler }}, Python ${{ matrix.python_version }})
runs-on: [self-hosted, linux]
timeout-minutes: 60
strategy:
Expand Down

0 comments on commit 0c71be7

Please sign in to comment.