Skip to content

Commit

Permalink
Add test guards
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbohlin committed Jan 12, 2022
1 parent c4a4b5a commit be05493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.
import pytest

pytest.importorskip("ethosu.vela")

import numpy as np
import math

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
from functools import reduce
import pytest

pytest.importorskip("ethosu.vela")

from functools import reduce
import numpy as np
import math

Expand Down

0 comments on commit be05493

Please sign in to comment.