We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c375af commit 5cf4883Copy full SHA for 5cf4883
.github/workflows/cron-run-tests.yaml
@@ -63,7 +63,7 @@ jobs:
63
run: mamba list
64
65
- name: Activate OCL CPU RT
66
- if: ${{ matrix.runner }} == 'windows-2019'
+ if: matrix.runner == 'windows-2019'
67
shell: pwsh
68
run: |
69
$script_path="$env:CONDA_PREFIX\Scripts\set-intel-ocl-icd-registry.ps1"
0 commit comments