Skip to content

Commit c5097d7

Browse files
committed
address lint errors
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent fa8c64a commit c5097d7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/tests/xpu_packages_test.sh

+1-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
1817
## Checks if drivers are installed correctly
1918
device=$(clinfo | grep 'Intel(R) Data Center GPU')
2019

@@ -26,9 +25,7 @@ fi
2625
## checks for the presence of MKL,DPCPP and CCL/MPI Packages in OneAPI directory
2726
list=("/opt/intel/oneapi/redist/lib" "/opt/intel/oneapi/redist/lib/ccl" "/opt/intel/oneapi/redist/lib/mpi")
2827

29-
30-
for i in "${list[@]}"
31-
do
28+
for i in "${list[@]}";do
3229
if [[ ! -d "${i}" ]]; then
3330
echo "OneAPI libraries not found/installed!"
3431
exit 1

0 commit comments

Comments
 (0)