Skip to content

Commit

Permalink
Use python3 instead of python
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell authored and jsetoain committed Aug 24, 2023
1 parent 7834f6b commit 6099382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/aie_ops.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2022, Advanced Micro Devices, Inc.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

# RUN: python %s | FileCheck %s
# RUN: python3 %s | FileCheck %s

import aie
from aie.mlir.ir import *
Expand Down

0 comments on commit 6099382

Please sign in to comment.