Commit a3cced7
authored
Change order for step with installing OCL CPU RT (#2903)
The PR fixes the issue in GitHub workflow to scheduled run of the tests.
We have to install proper `intel-opencl-rt` package first, since
otherwise installing `intel-opencl-rt` next step after installing dpnp
might cause reinstall of older dpnp version, since we don't use strict
conda channel priority.1 parent e266f26 commit a3cced7
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments