Unverified Commit 0c71be74 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

added compiler in CUDA job name (#3888)

parent b8cfaf61
...@@ -16,7 +16,7 @@ env: ...@@ -16,7 +16,7 @@ env:
jobs: jobs:
test: 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] runs-on: [self-hosted, linux]
timeout-minutes: 60 timeout-minutes: 60
strategy: strategy:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment