We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df3aa3 commit 903f2f6Copy full SHA for 903f2f6
1 file changed
.github/workflows/test.yml
@@ -88,7 +88,7 @@ jobs:
88
if inputs_runner_re:
89
runner_gpu = inputs_runner_re.group(1)
90
91
- assert config_gpu == runner_gpu, f"Specified runner '${{ inputs.runner }})' is not compatible with config '${{ inputs.name }}'""
+ assert config_gpu == runner_gpu, f"Specified runner '${{ inputs.runner }})' is not compatible with config '${{ inputs.name }}'"
92
93
94
get-jobs:
0 commit comments